Pong!
Worked on: December 2019

Why I created Pong!
Pong! Was a small project i made in Unity to get started with game development. I had played around in Unity before, making small things following tutorials by Brackeys on youtube. But I had never made my own game from start to finish, and wanted to learn what the full process looked like from creating the project to having a finished build. I decided that making the scope of the game small would be the best way to capture the whole process. The previous game projects i worked on always started with grand ideas that ended up not even comming close to being realized. I was inspired by a youtube video where someone made a pong game with an Arduino and an LED matrix, and thought that would be a fun project to make in Unity, and thus this project was born.
Details
I made pong on my laptop while on christmas break with my grandparents in 2019. This meant i had a lot of free time, and got to do a lot of work on the game and finish it in a week. The game is a simple 2D game made in Unity where two players control one paddle each with the "W" and "S" key, and up and down keys, to try to hit the ball past the other player. First to 10 points wins. The most challenging part of the project was getting the physics of the ball right, making sure it bounced off the walls and giving the players athority over the trajectory of the ball. I playtested a lot with my brother to tune the speed of the paddles and the movement of the ball to make the game fun and challenging. During playtests we found that the game was most fun when the ball moved fast and the paddles were slow, making the game a test of reflexes and the ability of the player to predict the trajectory of the ball.
After the gameplay felt right i added the score system and the win condition, together with a pause menu so that we could pause our matches to eat dinner. I also added a main menu scene with a play button that loaded the game scene, and a quit button that closed the game. I also managed to make a build of the game for windows, making it my first finished game project, which was the goal from the beginning. It is a very simple game, but it was a great learning experience and a lot of fun to make and play against my brother (he is VERY competetive). You can find the code and the assets for the game on my github. I have also embedded the game below so you can play it yourself!
Play the game!
I managed to dig up the files and build the game and embed it below :) The game has two players, player 1 is controlled with "W" and "S" while player 2 is controlled with the up and down keys. First to 10 points wins! I recommend playing against someone competietive 🏓
(The build is currently broken, sorry about that)