{"id":24439347,"url":"https://github.com/feoh/boardgameserver","last_synced_at":"2025-03-14T00:14:40.230Z","repository":{"id":45809679,"uuid":"502488317","full_name":"feoh/boardgameserver","owner":"feoh","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-13T11:46:21.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:39:57.715Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feoh.png","metadata":{"files":{"readme":"README.md","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":"2022-06-12T00:54:54.000Z","updated_at":"2022-07-16T22:53:13.000Z","dependencies_parsed_at":"2023-01-28T12:00:27.079Z","dependency_job_id":null,"html_url":"https://github.com/feoh/boardgameserver","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/feoh%2Fboardgameserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feoh%2Fboardgameserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feoh%2Fboardgameserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feoh%2Fboardgameserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feoh","download_url":"https://codeload.github.com/feoh/boardgameserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500788,"owners_count":20300775,"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":"2025-01-20T19:19:42.063Z","updated_at":"2025-03-14T00:14:40.208Z","avatar_url":"https://github.com/feoh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Boardgame Server\n\nThis is a program that will act as a simple boardgame server for multi-player games written on low end platforms like 8 bit machines.\n\n## Motivation\n\nIn particular, I'm writing this with the Atari 8 bits using the [Fujinet](https://fujinet.online/) SIO network adapter. However this is in no way tied to that :)\n\n## Implementation\n\nSince we're modeling physical objects (board games) OO fits well here.\n\n### Transport\n\nThe serve ruses regular old sockets. I thought about creating a REST API but given that the goal is to create something that's accessible to low end computers that seemed like a lot of extra overhead for sending a few commands and parameters down the pipe in a very low bandwidth way.\n\n## Using the server\n\nTODO: Add more detail\n\nCommands:\n\n- register_game \u003cgame_type\u003e e.g. tictactoe\n\n- register_player \u003cplayer_number\u003e \u003cname\u003e\n\n- place_piece \u003cx,y\u003e\n\n- end_game \u003cwinner\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeoh%2Fboardgameserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeoh%2Fboardgameserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeoh%2Fboardgameserver/lists"}