Not So Endless Runner
ROLE
Game Developer
Description
A casual runner game crafted with Unreal Engine 4 and C++ designed to conclude within a set timeframe. Encompasses player input mechanics, intuitive Unreal Motion Graphics UI design, meticulous Memory Management, seamless animations, and thorough game optimization. Utilizes advanced mathematical principles such as Linear Algebra, Trigonometry, Vector Operations, and Probability. Also introduces user-friendly touch-swiping controls, dynamic UI widgets, resource-efficient memory allocation, interpolation techniques for fluid player movement, and a streamlined and efficient code architecture.
Instructions to play
Download the .apk file here and install the game on your Android mobile device. You may have to grant permission to install the game.
Controls
-
Movement
-
Swipe left or right to move left or right.
-
Swipe up to jump and swipe down to come down to the ground with force.
-
-
Obstacles
-
Large obstacle - You cannot jump over this obstacle. Go around it.
-
Small obstacle - You can jump over this obstacle.
-
-
Power-ups
-
Once you pick up a power-up, a button to activate the same will be visible on the screen. You can touch the button to activate the power-up.
-
You cannot collect power-ups of the same type until you use the one in your inventory first.
-
Following are the Power-up types available with this game:
-
Sprint - Once activated, the character sprints forward for 5 seconds.
-
Teleport - Once activated, the character is teleported forward by 10 meters.
-
-
-
High Scores
-
The high score table contains the Player’s 3 highest scores (maximum distance traveled).
-
High scores are stored in memory so they will be available even if you restart the application.
-

