{"id":28146840,"url":"https://github.com/susam/myrgb","last_synced_at":"2025-06-17T05:04:21.895Z","repository":{"id":230707220,"uuid":"779856777","full_name":"susam/myrgb","owner":"susam","description":"A simple RGB colour guessing game","archived":false,"fork":false,"pushed_at":"2024-09-14T16:02:36.000Z","size":19,"stargazers_count":71,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-14T23:14:45.030Z","etag":null,"topics":["color","game","web"],"latest_commit_sha":null,"homepage":"https://susam.net/myrgb.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/susam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-31T01:07:49.000Z","updated_at":"2025-02-24T11:00:23.000Z","dependencies_parsed_at":"2024-04-03T23:34:13.052Z","dependency_job_id":null,"html_url":"https://github.com/susam/myrgb","commit_stats":null,"previous_names":["susam/myrgb"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/susam/myrgb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/susam%2Fmyrgb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/susam%2Fmyrgb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/susam%2Fmyrgb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/susam%2Fmyrgb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/susam","download_url":"https://codeload.github.com/susam/myrgb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/susam%2Fmyrgb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294454,"owners_count":22987622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["color","game","web"],"created_at":"2025-05-14T23:14:42.127Z","updated_at":"2025-06-17T05:04:21.869Z","avatar_url":"https://github.com/susam.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Guess My RGB\n============\n\n*Guess My RGB* is a tiny, web-based, colour guessing game.  The game\nis available as a single HTML page that runs in a web browser.  It\npresents a page with a randomly chosen background colour.  Your job is\nto guess the three RGB hexademical digits that make the given\nbackground colour.\n\n[![Screenshot of a completed game of Guess My RGB][IMG1]][PLAY1]\n\n**[PLAY NOW!][PLAY1]**\n\n[PLAY1]: https://susam.net/myrgb.html\n[IMG1]: https://susam.github.io/blob/img/myrgb/myrgb-0.1.0.png\n\n\nContents\n--------\n\n* [Play](#play)\n* [License](#license)\n* [Support](#support)\n* [See Also](#see-also)\n\n\nPlay\n----\n\nThe current stable version of this game is available at the following\nlinks:\n\n* [susam.net/myrgb.html][PLAY1]\n* [susam.github.io/myrgb.html][PLAY2]\n\nYou can also play the game in *expert mode* by clicking on the \"Mode\"\nlink in the footer or by adding `#x` to the URL like this:\n\n* [susam.net/myrgb.html#x][PLAY4]\n* [susam.github.io/myrgb.html#x][PLAY5]\n\nWhile playing in expert mode the match percentage for your guess is\nnot displayed.\n\n[PLAY1]: https://susam.net/myrgb.html\n[PLAY2]: https://susam.github.io/myrgb.html\n[PLAY3]: https://susam.github.io/myrgb/myrgb.html\n\n[PLAY4]: https://susam.net/myrgb.html#x\n[PLAY5]: https://susam.github.io/myrgb.html#x\n[PLAY6]: https://susam.github.io/myrgb/myrgb.html#x\n\n\nLicense\n-------\n\nThis is free and open source software.  You can use, copy, modify,\nmerge, publish, distribute, sublicense, and/or sell copies of it,\nunder the terms of the MIT License. See [LICENSE.md][L] for details.\n\nThis software is provided \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nexpress or implied. See [LICENSE.md][L] for details.\n\n[L]: LICENSE.md\n\n\nSupport\n-------\n\nTo report bugs or ask questions, [create issues][ISSUES].\n\n[ISSUES]: https://github.com/susam/myrgb/issues\n\n\nSee Also\n--------\n\nSee [Andromeda Invaders](https://github.com/susam/invaders), a\n1980s-arcade-style game written using HTML5, Canvas, and Web Audio.\n\nSee [CFRS[]](https://github.com/susam/cfrs), an extremely minimal\nturtle graphics language with only 6 simple commands.\n\nSee [FXYT](https://github.com/susam/fxyt), a tiny, stack-based,\npostfix, canvas colouring language with only 36 simple commands.\n\n\u003c!--\nRelease Checklist\n-----------------\n\n- Update version in package.json.\n- Update version in HTML (1 place).\n- Update copyright in HTML (1 place).\n- Update copyright in LICENSE.md.\n- Disable logging.\n- Update CHANGES.md.\n- Run the following commands:\n\n  npm run lint\n  git status\n  git add -p\n\n  VER=\u003cVERSION\u003e\n  git commit -em \"Set version to $VER\"\n  git tag $VERSION -m \"Guess My RGB $VER\"\n  git push origin main $VERSION\n\n  git remote add cb https://codeberg.org/susam/myrgb.git\n  git push cb --all\n  git push cb --tags\n\n\nScreenshot\n----------\n\n- Set web browser size to 1600x1200.\n- Go to web browser console and enter: setGame(15, 12, 9)\n- Enter: 776, 996, C96, FC9\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsusam%2Fmyrgb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsusam%2Fmyrgb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsusam%2Fmyrgb/lists"}