Game for mobile devices of the Infinite Runner genre.
In this game, the player does not control the character, instead he controls the floor on which the character can walk.
The player must create a path through which the character can continue to advance. The objective of the game is to get as far as possible, unlocking skins on the way.
This project has several functionalities.
-GridMap: The floor on which the character is moving is actually a grid of 3 columns and 20 rows which is moving the first row at the end when it stops being seen by the camera, giving the illusion of an infinite terrain.
-MapCreator: To help with the creation of levels and obstacles, implement a Custom Inspector that allows me to visually create stretches of obstacles which will be instantiated as the rows of the grid are updated.
-Shop: In addition to the option of touring the game hoping to find new skins, the player is presented with the option to buy them with real money in a store connected to Google Play.
-HighScore: Using the GooglePlay Scoreboard, a player can post their highest score.
-Custom Character: The player can customize the character using the pieces of skins that he has obtained.
All the models, textures and animations of this project were created by my teammates.
This is the Custom Inspector i made in order to facilitate the creation of obstacles in the run.