escapO โ 2D Platformer Game A visually-stylish, modular, mobile-friendly 2D platformer with 10 progressive levels. Built with pure HTML, CSS, and JavaScript. Designed for competitions and learning โ plug into your own portfolio!
๐ฎ Game Overview escapO is a neon-themed, skill-based 2D platformer where players move, jump, and dodge spikes to escape each level. Features mobile and desktop controls, smooth physics, and a professional UI inspired by modern indie games.
๐๏ธ Features ๐พ 10 Challenging Levels โ Increasing complexity and variety
โก Auto-Restart Deaths โ No game over screen, keeps action fast
๐ Star Rating System โ Finish faster, die less to earn more stars!
๐พ Progression System โ Unlock the next level after beating one
๐ฅ๏ธ Mobile & Desktop โ Touch controls or keyboard support
๐ต Sound & Music Toggles โ Easily adjustable in settings
๐ Settings & Progress Reset โ User-friendly options
โจ Neon UI โ Modern, attractive, and readable interface
๐ Project Structure text escapo/ โ โโโ index.html # Main Menu (level select) โ โโโ style.css # Shared styles for all pages โ โโโ main.js # Main menu logic & unlocking โ โโโ README.md # This file!
๐ Running The Game Locally Download or clone this repo: git clone https://github.com/yourusername/escapo.git
Open index.html in your web browser โ no build tools needed!
๐น๏ธ Controls Desktop: โ โ Arrow keys to move, Space or โ to jump
Mobile: Touch on-screen left/right/jump buttons
โจ Customization Add or Edit Levels: Each level is modular (HTML, JS, CSS per level)
Visual Changes: Edit css/levelX.css for level style or global style.css
Logic Tweaks: Adjust player physics, obstacles, or star rating logic in js/levelX.js
Sound & Settings: Controlled via settings.js & settings.html
๐ฑ Responsive Design Fully responsive for desktops, tablets, and phones
Touch controls automatically appear on mobile devices
๐ Credits Game design and code by SVK
Built for hackathons, competitions, and portfolio learning
๐ License MIT License
Have fun escaping! Game made for learning and showcasing modular web game architecture.