Skip to content

Lytzeer/PokemonPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Combat System

This project consist to recreate the combat system of pokemon in Python 3.12 with the OOP

I. How to launch the game

On Windows

  1. Clone this repository
git clone https://github.com/Lytzeer/PokemonPython.git
  1. Go to the repository folder
cd .\PokemonPython\
  1. Install requirements
pip install -r requirements.txt
  1. Launch the game
python .\src\play.py
  1. Enjoy it !

On Linux

  1. Clone this repository
git clone https://github.com/Lytzeer/PokemonPython.git
  1. Go to the repository folder
cd /PokemonPython/
  1. Install requirements
pip3 install -r requirements.txt
  1. Launch the game
python3 /src/play.py
  1. Enjoy it !

II. What is possible ?

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).

About

Pokemon Combat System In Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages