{"id":22035287,"url":"https://github.com/cesargdm/c-chess","last_synced_at":"2025-06-12T13:06:53.983Z","repository":{"id":99447028,"uuid":"87263110","full_name":"cesargdm/c-chess","owner":"cesargdm","description":"♝♞♟ CLI online chess written in C ♚♛♜","archived":false,"fork":false,"pushed_at":"2023-10-28T17:32:53.000Z","size":114,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-10T22:17:42.494Z","etag":null,"topics":["c","chess","emoji","parallelism","sockets","threads"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cesargdm.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,"zenodo":null}},"created_at":"2017-04-05T03:44:55.000Z","updated_at":"2024-11-08T15:33:48.000Z","dependencies_parsed_at":"2025-05-07T19:06:23.270Z","dependency_job_id":"22e25c93-240f-4b9b-8842-bd2fe7285095","html_url":"https://github.com/cesargdm/c-chess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cesargdm/c-chess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesargdm%2Fc-chess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesargdm%2Fc-chess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesargdm%2Fc-chess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesargdm%2Fc-chess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cesargdm","download_url":"https://codeload.github.com/cesargdm/c-chess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesargdm%2Fc-chess/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259470937,"owners_count":22862996,"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":["c","chess","emoji","parallelism","sockets","threads"],"created_at":"2024-11-30T10:18:55.648Z","updated_at":"2025-06-12T13:06:53.924Z","avatar_url":"https://github.com/cesargdm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C Chess\n\n\u003e Online chess game written in C, using sockets, threads, dynamic memory and more\n\nThis program was written for Final School Project for Advanced Programming class in Tec de Monterrey.\n\n![Animation of a chess move](https://github.com/cesargdm/c-chess/blob/main/c-chess.gif?raw=true)\n\n## Compile\n\n### Server\n\n```bash\n\u003e gcc cchess-server.c board.c -o server -pthread\n```\n\n### Client\n\n```bash\n\u003e gcc cchess-client.c -o client -pthread\n```\n\n## Run\n\n### Server\n\n```bash\n\u003e ./server\n```\n\n### Client\n\n```bash\n\u003e ./client localhost 8080\n```\n\n## Playing\n\nYou first need to run a server, after that you'll need to run two clients and start making your master chess moves ♟️.\n\n## License\n\nMIT. César Guadarrama.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesargdm%2Fc-chess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesargdm%2Fc-chess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesargdm%2Fc-chess/lists"}