Skip to content

CLI application build using Golang, based on classic Pokemon game.

Notifications You must be signed in to change notification settings

naman1402/pokedex-golang

Repository files navigation

Pokedex Go!

A Golang CLI Pokedex Application

This project is a Golang command-line application inspired by the classic Pokemon game series. Users can explore different areas, encounter wild Pokemon, and capture them to build their own Pokedex.

Features

  • Explore various areas and encounter wild Pokemon
  • Catch Pokemon and add them to your Pokedex
  • Inspect captured Pokemon and view their details

Screenshots

Alt text Alt text Alt text Alt text

Diagram explaining the architecture

Alt text

Prerequisites

Installation

  1. Clone this repository:
git clone https://github.com/naman1402/pokedex-golang.git
  1. Navigate to the project directory:
cd pokedex-golang

Running the application

  1. Build the application:
go build

This will create an executable file named pokedex-golang in the project directory.

  1. Run the application:
./pokedex-golang

The application will start and guide you through exploring areas, catching Pokemon, and managing your Pokedex.

About

CLI application build using Golang, based on classic Pokemon game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages