Skip to content
Nisarg Shah edited this page Jan 9, 2025 · 1 revision

Poke Battles

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.

Features

  • Battle Simulation: Engage in turn-based battles between various Pokémon.
  • Dynamic Interface: Interactive UI for selecting moves and viewing battle progress.

Installation

  1. Clone the Repository:

    git clone https://github.com/nisargshahh/poke-battles.git
    cd poke-battles
  2. Install Dependencies:

    Ensure you have Node.js installed. Then, run:

    npm install
  3. Add your .env file: Add a .env file, get your Cerebras API Key and write this

    CEREBRAS_API_KEY = your_api_key
    

Usage

  1. Start the Application:

    npm start
  2. Access the Application:

    Open your web browser and navigate to http://localhost:3000 to start a Pokémon battle.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

Clone this wiki locally