top of page
Coding and Game Development
Controls + Gameplay
Move your tank with WASD, rotate your camera with right click, and fire with left click. If you flip over, you can flip yourself back over by pressing R.
Currently, you can drive around and shoot people and deplete their health.
Gameplay Videos

Hosting a game
Here is a demo of hosting your own game when a client running on a different computer

Playing a game
Here is the same demo when you join as a client.
Movement code for the tanks using WheelColliders using a rigidbody


Shell explosion that deals damage to all the tanks that are in a certain radius of the impact point
Draws the path of the shot based on values calculated to reach the targeted point.

bottom of page