This was part of a group project when completing Code First Girls. Our Pokemon Top Trumps game utilises the PokeAPI to fetch information about Pokémon in the database.
The main game loop prompts the player to choose between different game modes (Normal Mode, Difficult Mode, or Exit). In each round, the player is presented with a randomly chosen Pokémon and prompted to choose a stat (ID, height, or weight) tocompare with a randomly generated opponent Pokémon. The winner of each round is determined by comparing the chosen stats,and the game continues for three rounds.
- Python
- PokeAPI
- The Pokémon Top Trumps game was created by eknox22, Becks Stunell and Romy Taylor as a final group project for the Code First Girls course.
This project is licensed under the MIT license.