{"id":19593477,"url":"https://github.com/magicblock-labs/bolt-tic-tac-toe","last_synced_at":"2026-03-09T10:31:49.658Z","repository":{"id":231894044,"uuid":"782975650","full_name":"magicblock-labs/bolt-tic-tac-toe","owner":"magicblock-labs","description":"Tic Tac Toe made with Bolt ECS (Entity Component System)","archived":false,"fork":false,"pushed_at":"2025-06-21T15:11:20.000Z","size":1831,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-21T15:29:16.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tic-tac-toe-bolt.netlify.app","language":"TypeScript","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/magicblock-labs.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,"zenodo":null}},"created_at":"2024-04-06T15:28:55.000Z","updated_at":"2025-06-21T15:11:23.000Z","dependencies_parsed_at":"2025-04-23T06:17:16.225Z","dependency_job_id":null,"html_url":"https://github.com/magicblock-labs/bolt-tic-tac-toe","commit_stats":null,"previous_names":["magicblock-labs/bolt-tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/magicblock-labs/bolt-tic-tac-toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt-tic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt-tic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt-tic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt-tic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicblock-labs","download_url":"https://codeload.github.com/magicblock-labs/bolt-tic-tac-toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt-tic-tac-toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-11T08:39:49.782Z","updated_at":"2026-03-09T10:31:49.639Z","avatar_url":"https://github.com/magicblock-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003ch1\u003eTIC-TAC-TOE made with Bolt\u003c/h1\u003e\n\n  \u003cimg height=\"170x\" src=\"https://blog.magicblock.gg/assets/images/tic-tac-toe.png\" /\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eA simple TIC-TAC-TOE made with Bolt\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://docs.magicblock.gg/BOLT/Introduction\"\u003e\u003cimg alt=\"Tutorials\" src=\"https://img.shields.io/badge/docs-tutorials-blueviolet\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/magicblock-labs/bolt-tic-tac-toe/issues\"\u003e\u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/magicblock-labs/bolt?color=blueviolet\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.com/invite/MBkdC3gxcv\"\u003e\u003cimg alt=\"Discord Chat\" src=\"https://img.shields.io/discord/943797222162726962?color=blueviolet\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/magicblock-labs/bolt?color=blueviolet\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n\u003c/div\u003e\n\n## 🚀 Getting Started\n\nThis guide provides a quick setup to start playing Tic-Tac-Toe using Bolt. Follow the steps below to install, build, and test the project.\n\n### Install the Bolt CLI\n\nBolt CLI is required to build and test the Tic-Tac-Toe UI. Install it globally using npm:\n\n```bash\nnpm install -g @magicblock-labs/bolt-cli\n```\n\n### Build the project\n\nNavigate to the project directory and build the project:\n\n```bash\nbolt build\n```\n\n### Run the tests\n\nMake sure everything is set up correctly by running the tests:\n\n```bash\nbolt test\n```\n\n## React Tic-Tac-Toe\n\nInside this repository, you'll find an example React client implementing the Tic-Tac-Toe game. This example serves as a practical demonstration of how to integrate with a Bolt program effectively.\n\nLocation: The React Tic-Tac-Toe client can be found in the [`app/react-tic-tac-toe`](app/react-tic-tac-toe) directory.\n\nFeatures: This example showcases basic gameplay functionalities, including a graphical user interface for playing Tic-Tac-Toe, interaction with the Bolt program for game logic, and a template for further customization.\n\n## 🕹️Live Demo\n\n[Click here](https://tic-tac-toe-bolt.netlify.app) to play the game.\n\nDemo is on DevNet, change your wallet network to DevNet to play the game.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicblock-labs%2Fbolt-tic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicblock-labs%2Fbolt-tic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicblock-labs%2Fbolt-tic-tac-toe/lists"}