A pet project demonstrating a playable Pokémon game in the terminal, made with Python 3 utilizing type hints. The project imports and uses Pokémon data from PokéAPI to be used in the game. A full state diagram detailing the application's features can be found here, and a kanban-style board detailing development progress can be found in the repository's projects.
Lairon joined your team!
No. Name Health Type Type 2
#305 Lairon 22/22 Steel Rock
MAIN MENU:
1 - BATTLE
2 - TEAM
3 - EXIT
Pick an option:
Install required packages using pip install -r requirements.txt
A build process is not yet in place and will be detailed closer to release. In the meantime, the application can be run by cloning this repo, installing the above requirements, and launching either with python app.py
or with the VSCode launch.json
profile included in this repository.
Once a build process is in place, built applications will be found in the releases of this repository.