Aucune description

David Lee 504a94fe11 Added version number il y a 2 ans
assets c8526467ad Ported to own Repo il y a 2 ans
docs 504a94fe11 Added version number il y a 2 ans
helpers e5d8376074 Memory Management fix by Willy-JL il y a 2 ans
icons 54116f0dc1 Removed rogue shade of color in icon il y a 2 ans
scenes 5338c2bffa Fixed redraw issue by Willy-JL il y a 2 ans
screenshots c8526467ad Ported to own Repo il y a 2 ans
views 504a94fe11 Added version number il y a 2 ans
.clang-format a1504b4001 Clang Format il y a 2 ans
LICENSE 504a94fe11 Added version number il y a 2 ans
README.md 504a94fe11 Added version number il y a 2 ans
application.fam 504a94fe11 Added version number il y a 2 ans
changelog.md c8526467ad Ported to own Repo il y a 2 ans
color_guess.c e5d8376074 Memory Management fix by Willy-JL il y a 2 ans
color_guess.h 504a94fe11 Added version number il y a 2 ans

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