Hello! Well, here I'm posting my first playable game! :D It's not done yet, but still, it's playable ;) Oh and it's a Ping Pong clone... That's about it xD Oh and sorry for the bad upload, but I've got no name for it, so it's just called HGE_testing (I started it by only testing HGE xP)
CONTROLS: W = Move up S = Move down Space = Start game
EDIT: Noticed now that the collision is BAD xD I'll get working on that... EDIT: Uploaded to better server
I was just working on a Pong game too. Its better than mine for sure.
Edit: I'm looking at your source and I see you have class player1 and class player2. Why don't you just create a class Player and do Player player1; Player player2;