top of page
Create Your First Project
Start adding your projects to your portfolio. Click on "Manage Projects" to get started
Not So Endless Runner
Role
Game Programmer
Date
June 2023
Genre
Casual
Github
Itch
Description
A casual runner game made for mobile crafted with Unreal Engine 4 and C++ designed to conclude within a set timeframe.
– It encompasses player input mechanics, intuitive Unreal Motion Graphics UI design, meticulous Memory Management for infinite platforms, and seamless animations.
– Utilizes mathematical principles such as Linear Algebra, Trigonometry, and Probability to randomize obstacles and items such as power-ups and ground movement blockades.
– Provides touch and swipe functionality for interpolating character movement.
– Introduces dynamic UI widgets, resource-efficient memory allocation, and streamlined and efficient code architecture.
Instructions to Play
Download the ".apk" file from the Itch link 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.






bottom of page