An open API service indexing awesome lists of open source software.

https://github.com/devalone/cube

Yet another arcade game
https://github.com/devalone/cube

Last synced: 28 days ago
JSON representation

Yet another arcade game

Awesome Lists containing this project

README

          

# Cube

Mobile runner where everything is a cube.

Try it out here on Google Play --> https://play.google.com/store/apps/details?id=info.d3d.Cube

![screenshot of gameplay](https://raw.githubusercontent.com/DevAlone/Cube/master/screenshots/1.png)
![screenshot of gameplay](https://raw.githubusercontent.com/DevAlone/Cube/master/screenshots/2.png)
![screenshot of gameplay](https://raw.githubusercontent.com/DevAlone/Cube/master/screenshots/3.png)

## Gameplay:

It has a random generated field with a pathfinding algorithm to make game solvable. Bonuses and hazards are generated by waves, which makes gameplay more interesting.

There are 3 kind of bonuses which activate unique abilities:

- Blue - reduces current player's speed. When you collect 10 blue bonuses, SlowMo ability can be activated which allows you to make game way slower for 5 seconds.
- Yellow - adds some score. When you collect 15 such bonuses, you'll be given an ability to let the game play for you by drawing path for your cube to the end of the field.
- Pink - just increases current player's speed.

And also there is a SpeedUp ability for those of you who want to play faster, it's auto deactivated when number of actions in queue becomes lower than 5.

Happy running!