A downloadable game for Windows and Android

This is minimalistic infinite run game where the grey cubes must be avoided.  This game is my first project and I'll update it from the users' reviews. Thanks for checking the game out.

Download

Download
CubeRunInfinity.zip 19 MB
Download
cuberuninfinity.apk 26 MB

Comments

Log in with itch.io to leave a comment.

Hey vader47,

I played your game it feels pretty good.. 

I am creating similar game like this , would you help me with the infinite platform generation, how did u do that? 

Sorry for late reply.  The infinite platform generation is just an illusion in the game. The player is actually fixed and can only move left or right. The blocks are being spawned and are moving towards the player. There are 5 points for spawning blocks and random function is used to set a point where block is not spawned.  I hope that helps in your game.