Python Pokemon Top Trumps is an interactive command-line implementation of "Top Trumps," featuring all 150/1 Generation 1 Pokemon and drawing on PokeAPI (https://pokeapi.co/). Test your knowledge of Pokemon statistics and challenge your friends to see who's the ultimate Pokemon master!
- Play against the computer
- Choose one of three randomly generated Pokemon - choose your fighter and your stat!
- Best of 5 rounds to crown the victor!
- Clone the repository:
git clone https://github.com/PAZHames/python-pokemon-top-trumps.git
- Go to the project directory:
cd python-pokemon-top-trumps
- Install necessary dependencies:
pip install -r requirements.txt
- Start the game:
python main.py
Disclaimer: This project is a fan-made game and is not affiliated with or endorsed by the official Pokemon franchise. All rights and trademarks for Pokemon belong to Nintendo, Game Freak, and The Pokemon Company.