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.
- Explore various areas and encounter wild Pokemon
- Catch Pokemon and add them to your Pokedex
- Inspect captured Pokemon and view their details
- Go 1.17 or later installed (Download Go)
- Clone this repository:
git clone https://github.com/naman1402/pokedex-golang.git
- Navigate to the project directory:
cd pokedex-golang
- Build the application:
go build
This will create an executable file named pokedex-golang
in the project directory.
- Run the application:
./pokedex-golang
The application will start and guide you through exploring areas, catching Pokemon, and managing your Pokedex.