Willy-JL 8a49bcacfa Merge color_guess from https://github.com/leedave/flipper-zero-color-guess 1 anno fa
..
README.md b8a597f215 Add color_guess from https://github.com/xMasterX/all-the-plugins 1 anno fa
changelog.md 8a49bcacfa Merge color_guess from https://github.com/leedave/flipper-zero-color-guess 1 anno fa

README.md

Color Guessing Game

Targeted at Web Developers, Graphical Designers and other nerds. This app will let your devices LED glow in a random color. Your job is to guess the Hex Code of the color.

Features

  • 3 Difficulties
  • Optional haptic feedback helps you guess
  • Percentage calculation to show how close you are
  • Practice mode that lets you define colors yourself

How HEX color codes work

Example #FF44CC

  • Each digit is a number from 0 - F
  • One digit represents 0 - 15, two digits represent 0 - 255
  • Each colors intensity is defined by two digits (black to full color)
  • The first color is red (example: FF)
  • The second color is green (example: 44)
  • The third color is blue (example: CC)