You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.