KIT109 Assignment 1 - Pong
In my version of Pong the extra features I've added are:
When lost the ball resets to the middle and resets it's velocity
The paddles don't go past the top or bottom.
Scores.
The ball increasing its speed as the point goes on.
Sources:
Score Font: https://fontstruct.com/fontstructions/show/2399842/pong-65
Code research:
For better Paddle movement: https://awesomeinc.org/tutorials/make-a-pong-game-with-unity-2d/
For ball reset: https://gamedev.stackexchange.com/questions/119559/stopping-3d-object-in-place#:~:text=You%20can%20easily%20do%20it,*speed)%3B%20if%20(Input.
Bug fix research:
For when the ball hits the wall at a small angle: https://discussions.unity.com/t/bouncy-ball-sticking-to-wall-on-low-angle-collis...
Development log
- Devlog 1Aug 09, 2024
Comments
Log in with itch.io to leave a comment.
Nice classic pong visuals, game plays well, good job :)