Welcome to the Pokedex Command Line Interface (CLI) project! This CLI application allows you to interact with the PokeAPI to explore Pokemon data, catch new Pokemon, and manage your Pokedex.
- Interactive Command Line Interface: Use commands to explore and interact with the Pokemon world.
- Pokedex Management: Keep track of the Pokemon you've caught in your Pokedex.
- Location Exploration: Explore different areas to discover Pokemon encounters.
- Pokemon Inspection: Get detailed information about a specific Pokemon.
-
Installation: Clone the repository to your local machine.
git clone https://github.com/your-username/pokedex-cli.git
-
Dependencies: Ensure you have Go installed. If not, you can download it here.
-
Run the Application:
cd pokedex-cli go run main.go
-
Explore and Enjoy!: Use the available commands to navigate the Pokemon world.
help
: Display a help message with available commands.map
: Display the next names of 20 location areas.mapb
: Display the previous names of 20 location areas.explore <area_name>
: Display Pokemon names in a specific location area.catch <pokemon_name>
: Catch a Pokemon.inspect <pokemon_name>
: Inspect details of a caught Pokemon.pokedex
: List all Pokemon you have caught.