classical arcade pong with a twist
The game was written by me in visual studio 2010 originally and today I thought let's share it with everyone. It was my first step into game programming in both concept and practice while taking first steps intp computer programming.
This game has quite a lot of bugs, implementation problems and what not. BUT, Hey, IT WORKS!
If you would like to add to it, clone it, correct it, optimise it. You are more than welcome to do so.
I have written brief comments for the game-code, so that reading it becomes easier.
After you have downloaded the repo and set it up;
! - press 'P' to pause during play and dont let the ball miss you
In VS2017 the ball flickers a lot during movement ruining the game play, I might work on it sometime!
The paddles can fall through the bounds and you might lose them. So keep your paddles safe!
The arrow attack feature has a simultaneous both player clash problem, and causes jitters, Uhhh!
Hmm! for now I can think of just these two, but I believe there are about a thousand