This is a simple Pokemon battle game implemented in Python using the Pygame library. The game implements standart pokemon battle fighting rules including EVs, IVs and type effectiveness
-
Make sure you have Python and Pygame installed on your machine.
-
Clone the repository:
git clone https://github.com/TarushGupta23/pokemon-game.git
-
Navigate to the project directory:
cd pokemon-game
-
Run the game:
python pokevisual.py
- View your pokemon team at the start screen.
- Click on the "START" button to begin the battle.
- During the battle, select a move for your Pokemon.
- Defeat the opponent Pokemon to win the game.
- Python 3.x
- Pygame library
Contributions are welcome. If you find any bugs or want to add features, feel free to open an issue or create a pull request.