David Lee 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
..
assets 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
docs 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
helpers 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
icons 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
scenes 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
screenshots 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
views 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
.clang-format 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
.gitsubtree 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
README.md 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
application.fam 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
changelog.md 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
color_guess.c 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago
color_guess.h 972eb12a41 Add color_guess from https://github.com/leedave/flipper-zero-color-guess 1 year ago

README.md

Flipper Zero Color Guessing Game

What this is?

As a web developer I enjoy guessing colours by HEX Code. This game is targeted at other Devs and graphic designers
that also enjoy this.

Mode 1

The LED will display a color and you must try and guess it by adjusting the HEX values on the screen. A timer will show
how fast you were. Three levels of difficulty are available. Vibro hints given to help you find the solution.

Mode 2

You can define a color using the HEX code on-screen and the LED will display this color

How to install on Flipper Zero

  • If you do not have one, download a firmware
  • Plug your Flipper Zero in via USB.
  • Copy the contents of this folder into the applications_user folder of your firmware.

Then run the command:

.\fbt launch_app APPSRC=applications_user/color_guess

The application will be compiled and copied onto your device.

Licensing

This code is open-source and may be used for whatever you want to do with it.