{"id":24288619,"url":"https://github.com/ppodds/hide-and-seek","last_synced_at":"2026-04-12T19:51:56.719Z","repository":{"id":103819186,"uuid":"559753298","full_name":"ppodds/hide-and-seek","owner":"ppodds","description":"A simple party game.","archived":false,"fork":false,"pushed_at":"2022-11-16T06:05:40.000Z","size":1165,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T10:33:15.990Z","etag":null,"topics":["game","golang","protobuf","socket-io","socket-programming","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","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/ppodds.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-31T02:39:18.000Z","updated_at":"2023-01-30T20:06:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"e391b82c-71fd-4897-9e51-e8d8b609bc61","html_url":"https://github.com/ppodds/hide-and-seek","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fhide-and-seek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fhide-and-seek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fhide-and-seek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppodds%2Fhide-and-seek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppodds","download_url":"https://codeload.github.com/ppodds/hide-and-seek/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242123867,"owners_count":20075447,"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":["game","golang","protobuf","socket-io","socket-programming","unity3d"],"created_at":"2025-01-16T10:20:08.610Z","updated_at":"2025-12-31T01:02:49.493Z","avatar_url":"https://github.com/ppodds.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hide And Seek\n\n## Introduction\n\nThis is the socket programming homework of Computer Network course at National Central University.\nHide And Seek is a simple party game. Ghost (ball) need to catch other players to win. Player need to run away from the ghost to survive.\n\n## Features\n\n- Multiple clients\n- Support multiple games play in the same time\n- Non blocking socket\n- Game (multi-threading and async IO)\n- Server (multi-threading)\n\n## Game Protocol\n\n### TCP RPC\n\n- Request\n  - Header (Five bytes)\n    - First byte - TCP RPC ID\n    - Four bytes - Content length\n  - Data\n    - Protobuf\n    - Binary encoded data\n- Response\n  - Header (Four bytes)\n    - Content length\n  - Data\n    - Protobuf\n    - Binary encoded data\n\n### UDP RPC / Broadcast\n\n- Request\n  - Header (Five bytes)\n    - First byte - UDP RPC ID\n    - Four bytes - Content length\n  - Data\n    - Protobuf\n    - Binary encoded data\n- Response / Broadcast\n  - Data\n    - Protobuf\n    - Binary encoded data\n\n## Screenshots\n\n![Game screenshot 1](docs/screenshots/1.jpg)\n![Game screenshot 2](docs/screenshots/2.jpg)\n![Game screenshot 3](docs/screenshots/3.jpg)\n![Game screenshot 4](docs/screenshots/4.jpg)\n![Game screenshot 5](docs/screenshots/5.jpg)\n![Game screenshot 6](docs/screenshots/6.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppodds%2Fhide-and-seek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppodds%2Fhide-and-seek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppodds%2Fhide-and-seek/lists"}