This project is a random Pokémon team generator for Pokémon Showdown, a popular online battle simulator. It allows users to quickly create a team of six random Pokémon, providing a fun and unpredictable way to play.
- Random Team Generation: Generates a team of six Pokémon with a single click.
- Individual Pokémon Reroll: Allows users to reroll individual Pokémon within their team.
- Generation Filtering: Enables users to generate Pokémon from specific generations.
- Pokémon Card Display: Each Pokémon is displayed with a card containing its name, sprite, types, Pokédex number, and stats.
- HTML
- LESS
- JavaScript
To use PokeGen:
-
Open the Application: Simply open the
index.htmlfile in your web browser. This will load the application. -
Generate a Team: Click the "Roll" button to generate a completely new team of six random Pokémon. Each Pokémon will be displayed as a card with its name, sprite, types, Pokédex number, and stats.
-
Reroll Individual Pokémon: If you're not happy with a particular Pokémon on your team, you can click on its card to reroll it. This will replace that specific Pokémon with another random one, while keeping the rest of your team intact.
-
Filter by Generation: Use the generation selector (e.g., a dropdown menu or checkboxes) to restrict the Pokémon that can be generated to specific generations. For example, selecting "Generation 1" will only generate Pokémon from the original 151.
Contributions are welcome! If you have any suggestions or bug reports, please open an issue or submit a pull request.