NEON WAVE — A Responsive HTML5 Arcade Flight Game
NEON WAVE is a polished, single-file HTML5 arcade flight game template. Hold to rise, release to dive, and thread your ship through a procedurally generated neon cave. It runs on any modern browser with zero dependencies — no build tools, no framework, no server, no database. Just one index.html.
Features
- Single-file HTML5 game — HTML, CSS, and JavaScript with a Canvas renderer, no libraries
- Fully responsive — desktop and mobile with touch, keyboard, and mouse controls
- Three cave sectors — CALM CURRENT, HYPERLOOP, and VOID GARDEN with persistent unlock progression
- Endless drift survival mode with procedural generation
- Local best scores per mode and per sector (localStorage)
- Procedural background music + Web Audio sound effects — no audio files to upload
- 2-second safe opening so players learn the flight rhythm
- Pause, retry, fullscreen, mute, How to Play, and Settings panels
- White-label ready via the GAME_CONFIG object — title, author, colors, and level tuning
- Optional window.NeonWaveHooks callbacks for ads, analytics, and portal wrappers
How to Play
- Hold
Space, W, ↑, or touch/mouse to rise - Release to descend — avoid walls, spikes, saws, and blocks
- SECTOR RUN: complete a corridor to unlock the next sector
- ENDLESS: survive as long as you can; the cave never ends
- Pause with
P/Esc, mute with M, fullscreen with F
Easy Customization
Everything is exposed in the GAME_CONFIG object near the top of index.html: title, version, author, contact link, palette, safe-opening delay, and per-sector speed, gap, hue, length, and seed. Re-skin it to match any brand in minutes.
Integration
Define window.NeonWaveHooks (onGameStart, onGameEnd, onLevelComplete) before the game script to trigger rewarded ads, track analytics, or post achievements without editing the engine.
What’s Included
- index.html — the complete standalone game
- documentation.html — full buyer docs with screenshots, troubleshooting, and F.A.Q.
- README.txt and license.txt — quick start and license terms
- assets/screenshots/ — in-game screenshots used by the documentation
Browser Support
Chrome, Edge, Firefox, and Safari on current desktop and mobile releases. Fullscreen and Web Audio are progressive enhancements — the game still runs without them. No server, database, or build step required; embed it in an iframe or host it on any static web host.