This repository is a landing page + mini-game sandbox for CodeX demos. The first showcase is an HTML5 helicopter runner game.
Open index.html in your browser, or run a simple dev server:
python3 -m http.server 8000Then navigate to http://localhost:8000.
- Spacebar, mouse, or touch to add lift.
- Avoid the towers to keep flying.
- Each cleared gap adds a point.