A neon-styled, browser-based Pong variant built with vanilla HTML5 Canvas + JavaScript, featuring:
- 1 Player vs AI and 2 Player modes
- Dash mechanic (Shift)
- Power-ups (Multi-ball + Big Paddle)
- Guided tutorial mode with on-screen prompts
- Neon UI, particle hit effects, and subtle screen shake
Project nickname in-code/UI: Neon Pong
- Download / clone the repo
- Open
index.htmlin your browser
Some browsers apply stricter rules when opening files directly. A tiny local server avoids that.
Python (Windows/macOS/Linux):
python -m http.server 8000