Welcome to the Pokémon Battle Simulator! This project simulates Pokémon battles, allowing users to choose Pokémon, perform moves, and see the results of their battles.
The simulator also includes a Pokédex feature and a type effectiveness checker.
Features:
Battle Simulation: Simulate battles between two Pokémon, either in single-player or multiplayer mode.
Pokédex: View detailed information about different Pokémon, including their types, moves, stats & a pokédex entry
Type Effectiveness Checker: Check the effectiveness of different Pokémon types against each other.
Installation Guide:
Clone the repository:
git clone https://github.com/ChristianProgrammeert/pokemon-battle-simulator.git
cd pokemon-battle-simulator
Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate
Install the required dependencies:
pip install -r requirements.txt