top of page




Tank Prototype
February 2022
Players control a vehicle using arrow keys or WASD to rotate and move forward. The camera also follows the user.
The purpose of this prototype was to use:
-
Vector3 / transform.Translate
-
Input.GetAxis
-
Rigid bodies
For future improvement, movement should be based on wheels, so the vehicle cannot move when flipped over. The camera should also rotate when the player rotates.
Note: Completed as part of Unity's Junior Programmer Pathway. Mission 1, Unit 1 - Player Control. Assets provided through Unity.
bottom of page