A JavaScript-based game recreating the classic Pong experience with a retro CRT aesthetic. This script uses the HTML5 Canvas for rendering and includes dynamic scaling for various screen sizes.
- Two-player paddle controls (W/S for Player 1, Arrow Up/Down for Player 2).
- Tracks player scores and ball speed.
- Responsive scaling for different screen resolutions.
- Retro CRT effect with scan lines and dynamic noise.
- Download the files:
git clone https://github.com/spencerboggs/pong-local-multiplayer.git
- Open the
index.html
file - Play 😃