Pong Clone!
- July 29, 2022
- Sevensz
![Pong Clone! Game Cover](https://img.gamebrain.co/games/279/pong_clone_sevensz_2022_1_xl.png)
This pong clone is (naturally) pretty simple. I only had to create one original asset for this game, a 10x10 white square. I was then able to import this into Unity and manipulate it to create the ball, walls, paddles and mid-line. Once all the scenery and assets were in place, I could start writing the scripts for each object. The paddles needed to be controllable by the player. They only nee…