top of page
GOLD WHEELS
Gold Wheels is a basic game idea I created for one of my university assignments. I was tasked with creating a car game that features some sort of AI and physics. The idea that I came up with was a car battle arena style game where the player competes against AI, the vehicle that collects 5 gold coins first wins. I created AI that always drives towards the gold coins and physics triggers that increase the speed when you drive over them. I also made the coins spawn in a random location on the playing area.
​
I only spent a few days on this project so it is far from a finished product and has a lot of bugs but you can still see the core mechanics working. I used a mixture of C++ and Blueprints to create this.
​
You can download the game below
and/or look at the code I wrote on my GitHub.
bottom of page