PokeBattle is a straightforward browser-based, turn-by-turn Pokémon battle game. It was created as a practice project to reinforce Vue.js, Express.js, and general web development skills. 🛠️
- Choose Your Pokémon 🐾: Select a creature from the available roster, each with its own health, attack, and defense stats.
- Computer Opponent 🤖: The game automatically picks a random Pokémon for your rival.
- Battle Turns 🔄: Players alternate turns, selecting moves to reduce the opponent’s HP.
- Victory Condition 🏆: The first to deplete the opponent’s health bar wins the match.
- Turn-Based Mechanics: Simple, clear combat flow.
- Randomized Opponent: Keeps each match unpredictable.
- Stat-Based Strategy: Encourages choosing Pokémon and moves wisely.
- Instant Feedback: Health bars, energy bars and action messages update in real time with animations.
This project is solely intended as a learning exercise in modern web development.