This is my first game project, V-PONG which stands for Vertical Pong.
It is actually funny because I misremembered the original horizontal design and made it in a vertical fashion.
I used VS Code as the text editor. The reason why I chose VS Code was Github Copilot X and thankfully it has contributed to my experience gain in this project vastly.
Now this is my version of Pong: See the demo video
- 2 players with red and green colors
- Right and left key bindings
- Handling object collisions
- Paddle-ball collision
- Wall-ball collision
- Incremental ball speed to prevent infinite rounds
- Simple main menu
- Score table at the center of the screen
- Simple pause menu
- Speed-changer slider for difficulty