Loops



Loops is a hyper casual game targeted for Android and IOS platform. The goal of the game is to collide the ball with rings of the same color by tapping the screen to change the direction of the ball. The game has four different modes, each with a different gameplay, you can also adjust the speed of the game manually if you want a challenging experience.

Some notable features I implemented in this project:

Feature Description
Sound-Gameplay Implemented an audio system that reacts to the speed of the game, so for players who want a challenge the music will speed up as you progress. This can be adjusted in the main menu.
Gameplay-Modes Implemented 4 different gameplay modes in the game.
Particles All the characters in this project are created using Unity's Particl System.
Infinite Level Design I implemented a level generator that is capable of generating infinite levels of the game and also takes into account the progressiong of the player by increasing difficulty as you progress.