From 6eef425d39a36b8620c1359fb0795f2f81851eff Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Mon, 10 Oct 2016 11:29:01 -0700 Subject: [PATCH] Create README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0a9858 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# QUOZ +Android app for generating random pastel colours. Also it's pronounced like "kwots". + +##Install +Find the APK [here](app/build/outputs/apk/app-release.apk) and click on the download button. You'll have to enable installing from [unknown sources](https://developer.android.com/distribute/tools/open-distribution.html#unknown-sources) to install it. Just tap on the file when it's done downloading. Works for Android 4.4+ (KitKat, Lollipop, Marshmallow, Nougat). [Direct download link for the fearless.](https://github.com/nonphatic/QUOZ/raw/master/app/build/outputs/apk/app-release.apk) + +##Features and Settings +When you open the app, tap to change colour and long-press to copy the colour hex code. Swipe down to show the settings button and swipe up to hide it. +###Saturation +Slide left for lower saturation (pasteller) and right for higher saturation (neoner). The very left is pure white, so tapping on the colour won't do anything. The best pastel colours are somewhere to the left of centre. +###Change mode +* **Tap** (default): you have to tap the screen to change colours. +* **Cycle**: colours will change every one second. +* **Leekspin**: colours will change to the approximate beat of "Ievan Polkka". +* **Nyan**: colours will change to the approximate beat of "Nyanyanyanyanyanyanya!". + +Maybe lower your phone volume when in public. +###Reset settings +Tap to undo your life mistakes. Currently buggy.