top of page

LASSO GAME
10 Dec, 2021
Lasso Game is a point and click game where the player has to draw circles around sheep to capture them. The circle is a UI that is generated when the player places and drags their finger on the screen. When the player releases their finger from the screen, the game will generate a mesh according to the circle that was drawn. This mesh acts as a trigger to detect sheep to capture. Points will be awarded for every sheep captured.
​
This project is also used along with firebase to record users and their points and assign their positions in a leaderboard.
bottom of page