Rich Pong
About
A simple 2 player Pong clone.
Controls:
Player 1 : W/S
Player 2 : Up/Down Arrow keys
Made in 2021 while following the Harvard CS50 intro to Game Dev course ( https://cs50.harvard.edu/games/2018/weeks/0/ ) which led me through making this game in Lua and Love2D.
I've rewritten it in Unity and C# for some extra practice.
The sounds and font were taken from the course. Getting the collisions to work satisfactorily was a bit of a pain but I've also managed to make the ball speed increase in relation to paddle speed on contact. I've also added a feature to change the score needed to win.