Slowwave is a browser-based audio-reactive tunnel game built with Three.js and Tone.js. Pilot the core through a neon void, collect data nodes, and ride the track to completion.
- Collect blue and red data nodes to increase your score.
- Blue nodes are worth more than red nodes.
- The run ends when the music track finishes.
| Input | Action |
|---|---|
Arrow Up / Down / Left / Right |
Move the player core |
| Touch + drag (mobile/tablet) | Move the player core |
This project uses ES modules in the browser, so serve it with a local web server (do not open index.html directly via file://).
# from project root
python3 -m http.server 8080Then open:
http://localhost:8080
- Three.js for 3D rendering
- Tone.js for audio playback + analysis
- postprocessing for bloom and screen effects
MIT. See LICENSE.
