Little Read–eval–print loop Pokedex built with Go using PokéAPI
- Go v1.22.2
-
Clone the repo
git clone https://github.com/Rodolfato/pokedexcli
-
Build and play around!
go build && ./pokedexcli
These are the available commands:
Progressively list all areas of the Pokemon map
Pokedex > mapGo back to the last list of areas
Pokedex > mapbExplore the Pokemon in an area
Pokedex > explore {area}
Try to catch a Pokemon
Pokedex > catch {name}
Inspect a Pokemon you've previously caught
Pokedex > inspect {name}
List all Pokemon you've caught
Pokedex > pokedex
List all available commands
Pokedex > help
Exit the program
Pokedex > exit