top of page

Programming Class 2016
- Tiny Tanks

To recreate a simple two-player tank game, I first created a basic math library containing vector and matrix mathematical functions. Then using the same UOG framework from the R-Type project, created the top-down multiplayer game seen below.

This project utilises features seen in the previous project such as predicted collisions, but also a few new features such as physics and object parenting.

To download and play this version of Tiny Tanks, go to:

https://github.com/ethanjgill/Tiny-Tanks

Controls

-----------

Player 1:

W,S - forward/backward

A,D - rotate

J,L - rotate turret

SPACE - Shoot

Player 2:

UP,DOWN - forward/backward

LEFT,RIGHT - rotate

4,6 (numpad) - rotate turret

8 (numpad) - Shoot

bottom of page