top of page

Tank

Itch.io image.png

Tank is a 2D top down local multiplayer game. The objective is to try and shoot each other before the timer runs out. 

Shooting Mechanics and Particle Designs

For this mechanic I created a particle effect in construct, so when the player shoots, it spawns the particle and will make it feel like an actual explosion has happened. 

Timer

The timer lasts for a minute and once the game starts, so does the timer. Every second that goes by, the time decreases. Once the timer runs out the game restarts.  

Tank Movement

Player 1 tank moves by pressing the WASD key and Player 2 uses the arrow keys. Depending on the buttons that are pressed, the tanks will rotate and move in that direction.

bottom of page