This project consist to recreate the combat system of pokemon in Python 3.12 with the OOP
- Clone this repository
git clone https://github.com/Lytzeer/PokemonPython.git- Go to the repository folder
cd .\PokemonPython\- Install requirements
pip install -r requirements.txt- Launch the game
python .\src\play.py- Enjoy it !
- Clone this repository
git clone https://github.com/Lytzeer/PokemonPython.git- Go to the repository folder
cd /PokemonPython/- Install requirements
pip3 install -r requirements.txt- Launch the game
python3 /src/play.py- Enjoy it !
You can do pokemon fight with a team of 2 pokemon.
To choose your team, you just need to enter the id, one by one, of the pokemon you want.
After that you can choose the pokemon you want in first for the fight.
During the attack phase you just need to enter the id of the attack you want to do.
INFO : The game take care of strenghts and weaknesses of each pokemon type.
The opponent is a bot so all his choices are random (pokemon & attack).