Driver
This was my first coding project I personally worked on. It was intended for my A level Coursework, however I always wanted to make a game like this out of passion. This was inspired by the mobile game "Rider", another sidescroller driving game, where you must complete levels and avoid obstacles that can destroy your car. I created this game using Python and utilised libraries such as Pygame.
I used Object-Oriented Programming principles to structure my code, which supported code reusability and help organise the code in this project. I collected feedback on how to improve the project which helped improve its final version. Overall, this helped me gain a better understanding of programming and I was pleased with the results considering it was my first project.