UGA Hacks 7
Byte Driver - 2022
Byte Driver - 2022
The theme for UGA Hacks 7 was retro. A few friends and I decided to make an arcade like game for the event. It's a racing game that allows the player to drive a car around a track. My contribution to this project was working on the bitmap and physics for the game. Images for the track were assigned a number and the entire map was created using a 2 dimensional integer array. The map was then generated based on location of the car and number in the array. As for the physics, the car actually slows down in the grass and sand, and speeds up while on the road up to a max speed.
Checkout the project here - It won best use of GitHub