/react_PKMN-Game

A Gen1 pokemon game made in react. There is only the battle simulation.

Primary LanguageTypeScript

Pokemon battles made in react

Only gen1

Be aware that you need to reload the page to restart a battle

-> you can change the pokemon used by changing to his english name in "src/pokemons.ts"

// src/pokemons.ts

const pokemonName1 = `dragonite`; // here
const pokemonName2 = `arcanine`; // and here
// ...