This project is a Pokémon GO damage calculator that allows users to select attacking and defending Pokémon, choose their moves, and calculate the damage dealt in battles. The calculator takes into account various factors such as Pokémon stats, move power, and type effectiveness.
- Select attacking and defending Pokémon
- Choose quick and charged moves for both Pokémon (although only selecting attacks for the attacker is functional for now)
- Calculate damage dealt per fast and charged attack
- Simulate battles to determine the time to defeat using fast and charged attacks
- Display results with detailed information about the damage calculations
-
Clone the repository:
git clone https://github.com/javis/pokemongo_damage_calculator.git
-
Navigate to the project directory:
cd pokemongo_damage_calculator
-
Install the dependencies:
npm install
-
Start the deployment server:
npm run dev
-
Open your browser and navigate to http://localhost:3000
Contributions are welcome! If you have any suggestions or improvements, please create an issue or submit a pull request.
This project is licensed under the MIT License, check the LICENSE file for details.