Submission 2 for Jr Programmer Pathway
I decided to use the design document I made earlier during learning. It's a destruction-derby-style car racing game.
Main Menu scene consists of:
- Leaderboard that displays 3~5 best times
- Start Race button
- Quit button
Race scene consists of:
- 3D model of players car
- 3D model of opponents car
- Race track
- UI Timer
- UI Speedometer
- UI Player health
Base class Car handles main functionalities of all cars that includes storing data such as:
- speed
- acceleration