{"id":24127502,"url":"https://github.com/devrapture/tic-tac-toe","last_synced_at":"2025-03-01T02:34:45.985Z","repository":{"id":138976764,"uuid":"523203393","full_name":"devrapture/tic-tac-toe","owner":"devrapture","description":"A tic-tac-toe CLI  DAPP game. The goal for the players is not just to win, but to stay within a budget. Each move comes at a cost equivalent to the number of wins attainable in that space. A draw splits the pot without returning their initial stake.","archived":false,"fork":false,"pushed_at":"2022-08-24T17:10:26.000Z","size":774,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T17:49:19.842Z","etag":null,"topics":["algorand","algorand-blockchain","blockchain","hackathon-project","reach"],"latest_commit_sha":null,"homepage":"","language":"Shell","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.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":"2022-08-10T04:44:52.000Z","updated_at":"2023-03-07T10:02:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8fdb881-1ff5-4b24-bed3-0e11c0c3aca4","html_url":"https://github.com/devrapture/tic-tac-toe","commit_stats":null,"previous_names":["devrapture/tic-tac-toe","coolpythoncodes/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Ftic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Ftic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Ftic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Ftic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devrapture","download_url":"https://codeload.github.com/devrapture/tic-tac-toe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241309093,"owners_count":19941722,"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":["algorand","algorand-blockchain","blockchain","hackathon-project","reach"],"created_at":"2025-01-11T17:46:59.821Z","updated_at":"2025-03-01T02:34:45.955Z","avatar_url":"https://github.com/devrapture.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\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/Hackathon-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\n# Budget Tic-Tac-Toe CLI DAPP game\n\n\n\u003e The goal for the players is not just to win, but to stay within a budget. Each move comes at a cost equivalent to the number of wins attainable in that space. A draw splits the pot without returning their initial stake.\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#Update Reach and Compile Reach code\n./reach update\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/tic-tac-toe?style=for-the-badge\n[issues-url]: https://github.com/coolpythoncodes/tic-tac-toe/issues\n[forks-shield]: https://img.shields.io/github/forks/coolpythoncodes/tic-tac-toe?style=for-the-badge\n[forks-url]: https://github.com/coolpythoncodes/tic-tac-toe/network\n[star-shield]: https://img.shields.io/github/stars/coolpythoncodes/tic-tac-toe?style=for-the-badge\n[star-url]: https://github.com/coolpythoncodes/tic-tac-toe/stargazers\n[license-shield]: https://img.shields.io/github/license/coolpythoncodes/tic-tac-toe?style=for-the-badge\n[license-url]: https://github.com/coolpythoncodes/tic-tac-toe/blob/main/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrapture%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrapture%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrapture%2Ftic-tac-toe/lists"}