Racing Game
Description
A single-player racing game initially made for a first year assignment. I carried on developing the game over the summer and into the second year. Please see the GitHub link for the latest source code.
All collision objects were axis-aligned. I am updating the game with improved collision detection to allow for oblique collision objects.
Another change I have made is using multiple source code files to separate classes. I am still learning about the best practices for organising larger projects but I am trying to improve the game as I learn.