A dynamic Pokémon-themed game built using JavaScript and HTML.
- Player Movement: Navigate through the map with responsive character controls.
- Map Boundaries: Prevent players from moving beyond defined boundaries.
- Battle Sequences: Engage in turn-based Pokémon battles.
- Animations: Smooth transitions and animations for battles and movement.
- Pixel Art Design: Retro visuals inspired by classic Pokémon games.
- Game Audio: Background music and sound effects, which can be toggled on and off with a mute button.
- Move Up:
W - Move Down:
S - Move Left:
A - Move Right:
D
- Explore the map, encounter wild Pokémon, and participate in battle sequences.
- Defeat opposing Pokémon in turn-based combat.
- Clone the repository:
git clone https://github.com/janekhuong/pokemon-game.git
- Navigate to the project directory:
cd pokemon-game - Open
index.htmlin your browser to start the game.
- HTML5 Canvas: For rendering the game world and animations.
- JavaScript: Core logic for player interactions, battles, and game mechanics.
- CSS: Basic styling for the game layout.
- Implement an option to pick from a variety of starter Pokémon
- Inlcude a wider variety of wild Pokémon
- Introduce the ability to talk to other chracters
- Implement the ability for characters to enter houses
- Add an XP bar during battle scenes
- Add more areas to explore

