{"id":18083014,"url":"https://github.com/progval/inceptoe","last_synced_at":"2025-04-05T23:13:50.003Z","repository":{"id":9090629,"uuid":"10867420","full_name":"progval/Inceptoe","owner":"progval","description":"Implementation of the 'Ultimate tic-tac-toe' game.","archived":false,"fork":false,"pushed_at":"2013-07-31T09:16:37.000Z","size":356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T05:15:21.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progval.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}},"created_at":"2013-06-22T15:30:34.000Z","updated_at":"2013-12-20T02:05:47.000Z","dependencies_parsed_at":"2022-08-29T03:00:32.946Z","dependency_job_id":null,"html_url":"https://github.com/progval/Inceptoe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FInceptoe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FInceptoe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FInceptoe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FInceptoe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progval","download_url":"https://codeload.github.com/progval/Inceptoe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411243,"owners_count":20934654,"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":[],"created_at":"2024-10-31T14:06:42.434Z","updated_at":"2025-04-05T23:13:49.983Z","avatar_url":"https://github.com/progval.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\nImplementation of the game known as 'Ultimate tic-tac-toe'.\nRules :\n* English: http://mathwithbaddrawings.com/2013/06/16/ultimate-tic-tac-toe/\n* French: https://progval.net/games/morpion-ultime.html\n\nThis implementation features a slightly different version of the game,\ndisabling won little boards even if they are not full.\n\nProtocol and reference\n======================\n\nFirst, you need to install Sphinx, the documentation compiler. On Debian\nor Ubuntu, run:\n\n```\nsudo aptitude install sphinx-doc\n```\n\ncd to the `docs/` folder, run `make html` and open `_build/html/index.html`.\n\nHow to play\n===========\n\nFirst, install dependencies. Here is the command for Debian and Ubuntu:\n\n```\nsudo aptitude install git python3 python3-pip\nsudo pip-3.2 install msgpack-python\n```\n\n(If the second command does not work, replace `pip-3.2` with `pip-3.3`.)\n\nThe, download the source code on both computers:\n\n```\ngit clone https://github.com/ProgVal/Inceptoe.git\ncd Inceptoe\n```\n\nFinally, the first player starts a game (replace `NICKNAME` with a nickname\nyou want to use in game):\n\n```\n./inceptoe-client.py progval.net 8520 NICKNAME\n```\n\nAnd it will display the command the other player should run to join\nyour game.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogval%2Finceptoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogval%2Finceptoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogval%2Finceptoe/lists"}