2017-08-22 17:21:25 +00:00
|
|
|
# SpinningCube
|
|
|
|
First Android Unity project
|
2018-11-25 16:41:14 +00:00
|
|
|
|
|
|
|
A basic Android Application that can be built and played either on a device as a .apk or within the unity editor.
|
|
|
|
|
2020-11-23 21:49:05 +00:00
|
|
|
Not a game, but a demonstration of C# scripting within unity to create an idle-clicker like EXP system.
|
2018-11-25 16:41:14 +00:00
|
|
|
A learning experience.
|
|
|
|
|
|
|
|
The cube spins on the screen at a slow rate initially, as the cube rotates every full rotation grants exp.
|
|
|
|
Upon leveling up the rotation speed is increased.
|
2020-11-23 21:49:05 +00:00
|
|
|
Saves player data on exit, loads on start.
|
|
|
|
If the app is closed, or otherwise suspended, when returning EXP is added for time spent away and awarded to player.
|
2018-11-25 16:41:14 +00:00
|
|
|
|
|
|
|
Feel free to use the UI buttons to force your speed to ridiculous amounts.
|
|
|
|
Other fun debugging options in there, as well as changing the color of the cube.
|
|
|
|
|
|
|
|
Have fun, feel free to make a pull request.
|
2020-11-23 21:49:05 +00:00
|
|
|
|
|
|
|
![Screenshot of spinningcube](Screenshot.PNG)
|
|
|
|
|
|
|
|
|