{"id":24127513,"url":"https://github.com/devrapture/morra-game-cli","last_synced_at":"2026-03-04T03:02:37.088Z","repository":{"id":138976148,"uuid":"556473106","full_name":"devrapture/morra-game-cli","owner":"devrapture","description":"A CLI Dapp Morra game.  Morra is a hand game where each player simultaneously reveals their hand, extending any number of fingers, and calls out a number. Any player who successfully guesses the total number of fingers revealed by all players combined scores a point.","archived":false,"fork":false,"pushed_at":"2022-10-26T16:08:45.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T13:29:18.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"RenderScript","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/devrapture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2022-10-23T23:23:55.000Z","updated_at":"2023-03-07T10:02:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"44e8a327-5028-43ac-89ab-6ed643696541","html_url":"https://github.com/devrapture/morra-game-cli","commit_stats":null,"previous_names":["devrapture/morra-game-cli","coolpythoncodes/morra-game-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devrapture/morra-game-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fmorra-game-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fmorra-game-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fmorra-game-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fmorra-game-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devrapture","download_url":"https://codeload.github.com/devrapture/morra-game-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fmorra-game-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-11T17:47:07.258Z","updated_at":"2026-03-04T03:02:37.066Z","avatar_url":"https://github.com/devrapture.png","language":"RenderScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n\n![](https://img.shields.io/badge/Bootcamp-blueviolet)\n\n[![GitHub issues][issues-shield]][issues-url]\n[![GitHub forks][forks-shield]][forks-url]\n[![GitHub stars][star-shield]][star-url]\n[![GitHub license][license-shield]][license-url]\n\n\n# Morra Game CLI Dapp\n\n\n\u003e A CLI Dapp Morra game.  Morra is a hand game where each player simultaneously reveals their hand, extending any number of fingers, and calls out a number. Any player who successfully guesses the total number of fingers revealed by all players combined scores a point.\n\n## Built With\n\n- [Reach](https://reach.sh/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n- Running on [Ubuntu](https://ubuntu.com/) on similar OS.\n- Installed [Make](https://linuxhint.com/install-make-ubuntu/).\n- Installed [Docker](https://www.docker.com/) and Docker-Compose. **Use sudo apt command**\n- Given docker command admin rights. [Here](https://docs.docker.com/engine/install/linux-postinstall/).\n\n### Install\n```bash\ngit clone \u003cthis-repo\u003e\n\n\n### Usage\n```bash\n#Download Reach in root directory (\u003cthis-repo\u003e)\ncurl https://docs.reach.sh/reach -o reach ; chmod +x reach\n\n#Compile Reach code\n./reach compile\n\n#run\n./reach run\n```\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\n\nGive a ⭐ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n\n[issues-shield]: https://img.shields.io/github/issues/coolpythoncodes/morra-game-cli?style=for-the-badge\n[issues-url]: https://github.com/coolpythoncodes/morra-game-cli/issues\n[forks-shield]: https://img.shields.io/github/forks/coolpythoncodes/morra-game-cli?style=for-the-badge\n[forks-url]: https://github.com/coolpythoncodes/morra-game-cli/network\n[star-shield]: https://img.shields.io/github/stars/coolpythoncodes/morra-game-cli?style=for-the-badge\n[star-url]: https://github.com/coolpythoncodes/morra-game-cli/stargazers\n[license-shield]: https://img.shields.io/github/license/coolpythoncodes/morra-game-cli?style=for-the-badge\n[license-url]: https://github.com/coolpythoncodes/morra-game-cli/blob/main/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrapture%2Fmorra-game-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrapture%2Fmorra-game-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrapture%2Fmorra-game-cli/lists"}