A 2D jump-and-run browser game built with object-oriented JavaScript and the Canvas API.
Help Pepe the cowboy fight off chickens and the final boss on a wild adventure!
- Move left/right, jump and throw bottles
- Collect coins and salsa bottles
- Defeat enemies and the final boss
- Full sound effects & background music
Open
index.htmlin your browser — no setup required.
| Key | Action |
|---|---|
← → |
Move left / right |
Space |
Jump |
D |
Throw bottle |
El-Pollo-Loco/
├── index.html
├── style.css
├── classes/ # OOP game classes
├── js/ # Game logic
├── levels/ # Level definitions
├── img/ # Sprites & assets
└── audio/sounds/ # Sound effects
- JavaScript (ES6+) — OOP with classes & inheritance
- HTML5 Canvas API — game rendering
- CSS3 — UI styling
Built by vadim-cebanu