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.