Skip to content

vadim-cebanu/El-Pollo-Loco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

El Pollo Loco

A 2D jump-and-run browser game built with object-oriented JavaScript and the Canvas API.

JavaScript HTML CSS


Gameplay

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

Live Demo

Open index.html in your browser — no setup required.

Controls

Key Action
Move left / right
Space Jump
D Throw bottle

Project Structure

El-Pollo-Loco/
├── index.html
├── style.css
├── classes/        # OOP game classes
├── js/             # Game logic
├── levels/         # Level definitions
├── img/            # Sprites & assets
└── audio/sounds/   # Sound effects

Built With

  • JavaScript (ES6+) — OOP with classes & inheritance
  • HTML5 Canvas API — game rendering
  • CSS3 — UI styling

Built by vadim-cebanu

About

2D jump-and-run browser game built with OOP in vanilla JavaScript · Canvas API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors