A turn-based battle simulator built with vanilla JavaScript and the PokéAPI.
- Fetches live Pokémon data (stats, moves, types, sprites) from the PokéAPI
- Type-effectiveness logic — fire beats grass, water beats fire, etc.
- Animated HP bars that update in real time
- Turn-based game loop with win/lose state handling
- Zero frameworks — pure JS, HTML, CSS
git clone https://github.com/AuritroDeyKirty07/pokemon-ko-battle
cd pokemon-ko-battle
# open index.html in your browser — no build step needed