HeliTanks

For this project we had to use the basic provided C++ engine from Saxion, or write our own engine. We wanted to create a toylike battle arena for 4 players, in which the players can fight in both the air as a helicopter, or on land as a tank. The players are controlled using xbox controllers.

We had to write our own:

  • Animation classes
  • Sound classes
  • Collision classes
  • Shaders
  • Gameplay(obviously)

Made in a custom C++ engine, of which the basics were provided by Saxion.

My Tasks:

My tasks in the game were to create to controls for both the tank and the helicopter, as well as the implementation of the multiplayer aspect (local multi controller input).

full-game

Leave a comment