From aebbc25002712a82332aa85a27cef44b7c0758a7 Mon Sep 17 00:00:00 2001 From: Shaun M Reed Date: Sun, 25 Nov 2018 11:41:14 -0500 Subject: [PATCH] Added readme information For decreasing the fluff text on the website, and explaining this project on github. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3a14abb..ae2c1e1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # SpinningCube First Android Unity project + +A basic Android Application that can be built and played either on a device as a .apk or within the unity editor. + +Not a game, but a demonstration of C# scripting within unity. +Good example in terms of simple goal and execution, maybe a bad example in real-world practice. +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. + +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.