The current Pong game implementation is very simple, outdated, and not responsive.
I propose replacing it with an updated version built with React + Vite that includes:
- Multiplayer support (online and local two-player mode).
- Responsive UI for different devices.
- Chat system during multiplayer matches.
- Option to play with AI and adjust AI difficulty level.
- Two players can play on one device.
This enhancement will modernize the Pong game, make it engaging, and align it better with the other projects in the repo.
The current Pong game implementation is very simple, outdated, and not responsive.
I propose replacing it with an updated version built with React + Vite that includes:
This enhancement will modernize the Pong game, make it engaging, and align it better with the other projects in the repo.