Traditional Pong gameplay in a single index.html with a modern glass UI and optional retro synth loop.
- Run locally: open
index.htmlin your browser.- For best results on some browsers, serve it locally:
python3 -m http.serverthen openhttp://localhost:8000.
- For best results on some browsers, serve it locally:
- Play online: you can also try it directly from github here:
- Left paddle:
W/Sor drag on the left half of the playfield - Right paddle:
↑/↓in 2P local mode (or drag on the right half) - Serve / restart:
Space(or tap/drag on touch) - Pause:
P(or the Pause/Resume button) - First to 11 wins
- Mode: 1P vs CPU or 2P local
- CPU: difficulty slider (1 = easiest)
- Sound: retro beeps for hits/walls/score (requires a click to enable)
- Music: background synth loop (requires a click to enable)
- This game is VIBE coded — ~30 minutes effort, tops.
