Welcome to the Pokémon CLI Game, a text-based simulation of a Pokédex where you can explore areas, find and catch Pokémon, and dive deep into the details of each Pokémon.
- Go (Golang) must be installed on your system.
- Basic knowledge of using the command line.
- Clone the GitHub repository:
git clone [YOUR_REPOSITORY_LINK]
- Navigate to the directory:
cd [YOUR_REPOSITORY_DIRECTORY_NAME]
- Compile the Go files to create an executable:
go build main.go
- Run the game:
./main
Once you start the game, you'll be presented with a command prompt interface. Here's a breakdown of the available commands:
- help: Displays a help message detailing all the available commands.
- start: Enter the Pokedex.
- explore: See areas where Pokémon are available.
- explore [area-name]: View the Pokémon available in that specific area.
- [pokemon name]: Get detailed information about a specific Pokémon.
- catch [pokemon name]: Try to catch the specified Pokémon.
- exit: Exit the Pokedex and end the game.
- To get details about Pikachu: Type
pikachu
at the prompt. - To explore an area: Type
explore forest
at the prompt. - To catch a Pokémon: Type
catch bulbasaur
at the prompt.
- these are just examples and might not match while playing the game.
- The game uses the PokeAPI to fetch details about the Pokémon, so ensure you have an active internet connection.
- Enjoy the game and catch them all!`
In upcoming versions of the Pokémon CLI Game, we're planning to introduce:
- User login functionality.
- Integration with a database.
- Addition of more features to enhance the gameplay.
We welcome contributions to the Pokémon CLI Game! If you have ideas or want to contribute code, please:
- Fork the repository.
- Create a new branch for your features or fixes.
- Submit a pull request, and we'll review your changes.
Your contributions will help make this game even better for everyone!