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
- Host: GitHub
- URL: https://github.com/devalone/cube
- Owner: DevAlone
- Created: 2019-01-01T20:56:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T14:44:30.000Z (over 6 years ago)
- Last Synced: 2025-01-14T14:26:53.486Z (10 months ago)
- Language: C#
- Homepage: https://play.google.com/store/apps/details?id=info.d3d.Cube
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



## 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!