AutomaTank
Personal project
Production date: 15/07/2021
Game infos:
Coding strategy game
Online multiplayer
Unity
Unfinished
1 person
Role:
Tech Designer
Tasks:
- Tank controller
- Online integration
Pitch:
AutomaTank is a strategy game where 2 players have to program his tank to destroy the opponent's tank
Tank controller
To control the tank, the player put programming nodes in a certain order. Those nodes are:
The tank controller is a list of delegate, where a node reference its behaviour when it is played.
Online integration
The tank behaviour is processed locally, and all the others informations are processed on the server