https://github.com/susam/myrgb
A simple RGB colour guessing game
https://github.com/susam/myrgb
color game web
Last synced: about 1 year ago
JSON representation
A simple RGB colour guessing game
- Host: GitHub
- URL: https://github.com/susam/myrgb
- Owner: susam
- License: mit
- Created: 2024-03-31T01:07:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:02:36.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T23:14:45.030Z (about 1 year ago)
- Topics: color, game, web
- Language: HTML
- Homepage: https://susam.net/myrgb.html
- Size: 18.6 KB
- Stars: 71
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
Guess My RGB
============
*Guess My RGB* is a tiny, web-based, colour 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 colour. Your job is
to guess the three RGB hexademical digits that make the given
background colour.
[![Screenshot of a completed game of Guess My RGB][IMG1]][PLAY1]
**[PLAY NOW!][PLAY1]**
[PLAY1]: https://susam.net/myrgb.html
[IMG1]: https://susam.github.io/blob/img/myrgb/myrgb-0.1.0.png
Contents
--------
* [Play](#play)
* [License](#license)
* [Support](#support)
* [See Also](#see-also)
Play
----
The current stable version of this game is available at the following
links:
* [susam.net/myrgb.html][PLAY1]
* [susam.github.io/myrgb.html][PLAY2]
You can also play the game in *expert mode* by clicking on the "Mode"
link in the footer or by adding `#x` to the URL like this:
* [susam.net/myrgb.html#x][PLAY4]
* [susam.github.io/myrgb.html#x][PLAY5]
While playing in expert mode the match percentage for your guess is
not displayed.
[PLAY1]: https://susam.net/myrgb.html
[PLAY2]: https://susam.github.io/myrgb.html
[PLAY3]: https://susam.github.io/myrgb/myrgb.html
[PLAY4]: https://susam.net/myrgb.html#x
[PLAY5]: https://susam.github.io/myrgb.html#x
[PLAY6]: https://susam.github.io/myrgb/myrgb.html#x
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][L] for details.
This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND,
express or implied. See [LICENSE.md][L] for details.
[L]: LICENSE.md
Support
-------
To report bugs or ask questions, [create issues][ISSUES].
[ISSUES]: https://github.com/susam/myrgb/issues
See Also
--------
See [Andromeda Invaders](https://github.com/susam/invaders), a
1980s-arcade-style game written using HTML5, Canvas, and Web Audio.
See [CFRS[]](https://github.com/susam/cfrs), an extremely minimal
turtle graphics language with only 6 simple commands.
See [FXYT](https://github.com/susam/fxyt), a tiny, stack-based,
postfix, canvas colouring language with only 36 simple commands.