Skip to content

AuritroDeyKirty07/pokemon-battle-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚔️ Pokémon KO Battle

A turn-based battle simulator built with vanilla JavaScript and the PokéAPI.

Demo

What makes it work

  • 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

Tech

JavaScript HTML5 CSS3 PokéAPI

Run locally

git clone https://github.com/AuritroDeyKirty07/pokemon-ko-battle
cd pokemon-ko-battle
# open index.html in your browser — no build step needed

Live Demo

Play it here →

About

Turn-based battle simulator using the PokéAPI: live Pokémon stats, type matchups, move logic, and animated HP bars. Vanilla JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors