Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 516 Bytes

ToonTanks

Simple 3D tank battle game, destroy all the evil towers to free the canyon. If you have any suggestions, add them in the comment section below, I'm open to feedback!

Controls:

Aim with mouse

  • WASD or Arrows key to move around

  • Mouse movement to aim

  • Click on left click to fire

itch.io:

https://brunowilkinson.itch.io/toontanks

Technical Recap:

  • Build a custom health component
  • Tower Class
  • Base class for both tank and tower
  • Boss Class
  • Tank Class (player)
  • Basic UI logic

v1.0.0