{"id":18476051,"url":"https://github.com/ducin/noughts-and-crosses","last_synced_at":"2025-06-16T08:32:33.946Z","repository":{"id":8822123,"uuid":"10521625","full_name":"ducin/noughts-and-crosses","owner":"ducin","description":"simple socket game, travis-integrated","archived":false,"fork":false,"pushed_at":"2015-06-07T14:43:11.000Z","size":197,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T21:45:11.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ducin.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-06T07:59:48.000Z","updated_at":"2014-09-07T22:54:09.000Z","dependencies_parsed_at":"2022-08-30T10:40:19.364Z","dependency_job_id":null,"html_url":"https://github.com/ducin/noughts-and-crosses","commit_stats":null,"previous_names":["tkoomzaaskz/noughts-and-crosses"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ducin/noughts-and-crosses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fnoughts-and-crosses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fnoughts-and-crosses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fnoughts-and-crosses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fnoughts-and-crosses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ducin","download_url":"https://codeload.github.com/ducin/noughts-and-crosses/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fnoughts-and-crosses/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260126415,"owners_count":22962642,"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-11-06T10:36:04.730Z","updated_at":"2025-06-16T08:32:33.912Z","avatar_url":"https://github.com/ducin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"noughts-and-crosses\n===================\n\nSimple socket/console game implementation.\n\n.. image:: https://travis-ci.org/ducin/noughts-and-crosses.png?branch=master\n  :target: https://travis-ci.org/ducin/noughts-and-crosses\n\n.. image:: https://badge.fury.io/py/nac.svg\n    :target: http://badge.fury.io/py/nac\n\ndependencies \u0026 installation\n---------------------------\n\nWorks under python version: 2.6, 2.7. No additional dependencies. Install package with pip:\n\n::\n\n    $ pip install nac\n\noverview\n--------\n\nThis repository holds a python package implementing a simple socket game,\n`Noughts and Crosses`_.\n\n.. _Noughts and Crosses: http://en.wikipedia.org/wiki/Tic-tac-toe\n\nFirst you shall run the server, and then the client:\n\n::\n\n    $ ./nac/server.py\n    $ ./nac/client.py\n\nYou will see the game board represented by few console lines:\n\n::\n\n    (0)|(1)|(2)\n    ---+---+---\n    (3)|(4)|(5)\n    ---+---+---\n    (6)|(7)|(8)\n\nEnter the position you want to put your mark:\n\nYour move: 0\n\n::\n\n     X |(1)|(2)\n    ---+---+---\n    (3)|(4)|(5)\n    ---+---+---\n    (6)|(7)|(8)\n\nThe server is 'X' and the client is 'O'.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducin%2Fnoughts-and-crosses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fducin%2Fnoughts-and-crosses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducin%2Fnoughts-and-crosses/lists"}