
Zigzag Clone
Platform :
Windows
Version :
1.2
Developed on
January 2021
Powered by Unity, this is a developed 3D game similar to the original version made for Android(Zigzag). The main aim of Zigzag game is to keep the ball in the guided path and the corners untouched throughout the running game. The game receives only one input i.e. Left mouse click which changes the direction of the ball from forward to left and vice-versa. The function Stack is implemented to reuse the same blocks used before the game started which allows for less processing power and memory allocation. The blocks which are dropped after the ball passing get re-used in the upcoming blocks. The scoring system applied is directly proportional to blocks passed by the ball. Each block passed by the ball receive 1 point whereas the diamond-shaped utility gets 3 points after colliding with it. All the blocks and the diamond-shaped utility spawned are randomized. Unlike Sky Dodgeball, this game has progression which increases the speed of the ball as you proceed further in the course of the game. The future of the game holds by adding ball colours and more pickup abilities.