myrgb
myrgb copied to clipboard
A simple RGB color guessing game
Guess My RGB
Guess My RGB is a tiny, web-based, color guessing game. The game is available as a single HTML page that runs in a web browser. It presents a page with a randomly chosen background color. Your job is to guess the three RGB hexademical digits that make the given background color.
Contents
- Play
- License
- Support
- More
Play
The current stable version of this game is available at the following links:
You can also play the game in expert mode by adding a #x
to the
URL like this:
While playing in expert mode the match percentage for your guess is not displayed.
License
This is free and open source software. You can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of it, under the terms of the MIT License. See LICENSE.md for details.
This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, express or implied. See LICENSE.md for details.
Support
To report bugs or ask questions, create issues.
More
See Andromeda Invaders, a 1980s-arcade-style game written using HTML5, Canvas, and Web Audio.
See CFRS[], an extremely minimal turtle graphics language with only 6 simple commands.
See FXYT, a tiny, stack-based, postfix, canvas colouring language with only 36 simple commands.