Poke Battles is a web-based application that simulates Pokémon battles, allowing users to engage in turn-based combat between different Pokémon species.
- Battle Simulation: Engage in turn-based battles between various Pokémon.
- Dynamic Interface: Interactive UI for selecting moves and viewing battle progress.
-
Clone the Repository:
git clone https://github.com/nisargshahh/poke-battles.git cd poke-battles
-
Install Dependencies:
Ensure you have Node.js installed. Then, run:
npm install
-
Add your .env file: Add a .env file, get your Cerebras API Key and write this
CEREBRAS_API_KEY = your_api_key
-
Start the Application:
npm start
-
Access the Application:
Open your web browser and navigate to
http://localhost:3000
to start a Pokémon battle.
Contributions are welcome! Please fork the repository and create a pull request with your changes.