Skip to content

Boxfort-Games/Pokemon-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon-py

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:

Usage

Requirements

Python 3.9+

Install required packages using pip install -r requirements.txt

Building

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.

Releases

Once a build process is in place, built applications will be found in the releases of this repository.

About

A Pokemon game in the terminal, built with Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages