Willy-JL 3cbb35cc60 Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
..
assets b8a597f215 Add color_guess from https://github.com/xMasterX/all-the-plugins hai 1 ano
docs 3cbb35cc60 Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
helpers 8a49bcacfa Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
icons 705f572f9c Fix merge hai 1 ano
scenes 3cbb35cc60 Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
screenshots b8a597f215 Add color_guess from https://github.com/xMasterX/all-the-plugins hai 1 ano
views 8a49bcacfa Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
.clang-format b8a597f215 Add color_guess from https://github.com/xMasterX/all-the-plugins hai 1 ano
.gitsubtree 1864a26b28 Better subtree scripts (#25) hai 1 ano
LICENSE b8a597f215 Add color_guess from https://github.com/xMasterX/all-the-plugins hai 1 ano
README.md 8a49bcacfa Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
application.fam 3cbb35cc60 Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
color_guess.c 3cbb35cc60 Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano
color_guess.h 3cbb35cc60 Merge color_guess from https://github.com/leedave/flipper-zero-color-guess hai 1 ano

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 under the conditions of GNU GENERAL PUBLIC LICENSE.

Credits

Thanks to Willy-JL for assisting in the fine-tuning of the app