{"id":18559497,"url":"https://github.com/yosoyubik/tic-tac-toe","last_synced_at":"2025-10-04T20:16:50.192Z","repository":{"id":42317718,"uuid":"156229825","full_name":"yosoyubik/tic-tac-toe","owner":"yosoyubik","description":"Tic-Tac-Toe for Urbit","archived":false,"fork":false,"pushed_at":"2023-01-07T10:36:20.000Z","size":32292,"stargazers_count":17,"open_issues_count":17,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T15:49:00.629Z","etag":null,"topics":["arvo","gall","game","hoon","tic-tac-toe","urbit"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=cKofR65sTHM","language":"JavaScript","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/yosoyubik.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}},"created_at":"2018-11-05T14:20:41.000Z","updated_at":"2025-02-27T13:34:37.000Z","dependencies_parsed_at":"2023-02-06T22:45:29.160Z","dependency_job_id":null,"html_url":"https://github.com/yosoyubik/tic-tac-toe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yosoyubik/tic-tac-toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosoyubik%2Ftic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosoyubik%2Ftic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosoyubik%2Ftic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosoyubik%2Ftic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yosoyubik","download_url":"https://codeload.github.com/yosoyubik/tic-tac-toe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosoyubik%2Ftic-tac-toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278366702,"owners_count":25975102,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["arvo","gall","game","hoon","tic-tac-toe","urbit"],"created_at":"2024-11-06T21:42:57.403Z","updated_at":"2025-10-04T20:16:50.154Z","avatar_url":"https://github.com/yosoyubik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIC-TAC-TOE for Urbit\n\n[![Header](toe.png)](https://youtu.be/cKofR65sTHM \"TIC-TAC-TOE for Urbit\")\n\n\n## Features\n\n- Network multiplayer.\n- Board state printed in the console.\n- Notifications for incoming requests to play.\n- Uses a list to keep track of incoming and outgoing subscriptions.\n- Pending requests are queued and pulled after current game finishes.\n- Styled text to print crosses and noughts on board, and game. notifications.\n- Integration with Landscape.\n\n## Installation\n\nIn order to run your application on your ship, you will need Urbit v.0.8.0 or higher. On your Urbit ship, if you haven't already, mount your pier to Unix with `|mount %`.\n\nThen you need to add the path to you urbit's pier in .urbitrc. The file is not provided by this repo so you need to create it manually:\n\n```\nmodule.exports = {\n  URBIT_PIERS: [\n    \"PATH/TO/YOUR/PIER\",\n  ]\n};\n\n```\n\nYou have two options to mount the game into your pier:\n\n- ##### `npm run build`\n\nThis builds your application and copies it into your Urbit ship's desk. In your Urbit (v.0.8.0 or higher) `|commit %home` (or `%your-desk-name`) to synchronize your changes.\n\n- ##### `npm run serve`\n\nBuilds the application and copies it into your Urbit ship's desk, watching for changes. In your Urbit (v.0.8.0 or higher) `|commit %home` (or `%your-desk-name`) to synchronize your changes.\n\nWhen you make changes, the `urbit` directory will update with the compiled application and, if you're running `npm run serve`, it will automatically copy itself to your Urbit ship when you save your changes (more information on that below).\n\n## Playing\n\n![Playing](tie.gif)\n\nIn your urbit's Dojo, run the command:\n\n    ~your-urbit:dojo\u003e |start %toe\n\nThe list of commands are:\n\n- `'~ship-name'`: sends request to ~ship\n  - Only if the prompt is `| shall we play a game?`\n- `'!'`: cancels the current game. (if any, unqueues next subscription)\n- `'l'`: list current subscriptions (any time during the game)\n  - ![list|20%](subs.png)\n- `'1/1'`: board coordinates (`[1-3/1-3]`)\n  - Only if the prompt is `| ~zod:[X] \u003c- ~dev:[O] |`\n- `'Y/y or N/n'`: confirm/reject request to play `[Y/N]`\n  - Only if the prompt is:\n    - `| ~zod wins! continue? (Y/N) |`\n    - `| waiting for ~zod (!=quit) |`\n\nA web frontend is also available on your Urbit's Landscape Interface.\n\n## In Progress\n- Heavy frontend refactor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosoyubik%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyosoyubik%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosoyubik%2Ftic-tac-toe/lists"}