A command-line Pokedex application written in Go, allowing you to explore, catch, and inspect Pokémon using the PokeAPI.
- Explore Locations: Browse different locations to find available Pokémon.
- Catch Pokémon: Attempt to catch Pokémon and add them to your collection.
- Inspect Pokémon: View detailed information about your caught Pokémon, including stats and types.
- View Map: Navigate through the Pokedex map to explore different areas.
- Help: Get information about available commands.
- Exit: Exit the application gracefully.
- Go: Ensure you have Go installed. This project uses Go SDK version
1.23.5
and requires Go programming language version1.23
.
-
Clone the Repository:
git clone https://github.com/marcuschui2022/pokedex-cli.git
-
Navigate to the Project Directory:
cd pokedex-cli
-
Build the Application:
go build -o pokedex
-
Run the Application:
./pokedex
Once you start the application, you'll see a prompt: