{"id":21003110,"url":"https://github.com/lukasondrejka/cpp-tic-tac-toe","last_synced_at":"2026-05-19T00:42:52.637Z","repository":{"id":250492929,"uuid":"832215547","full_name":"lukasondrejka/cpp-tic-tac-toe","owner":"lukasondrejka","description":"Tic-Tac-Toe game in C++ with sockets and client-server TCP communication","archived":false,"fork":false,"pushed_at":"2024-07-27T20:12:44.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T10:11:17.961Z","etag":null,"topics":["client-server","console","cpp","game","linux","socket","tcp"],"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/lukasondrejka.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":"2024-07-22T14:52:44.000Z","updated_at":"2024-08-25T11:10:38.000Z","dependencies_parsed_at":"2024-07-27T21:28:13.656Z","dependency_job_id":"d72c8493-d911-4057-b417-a2ca2629ea53","html_url":"https://github.com/lukasondrejka/cpp-tic-tac-toe","commit_stats":null,"previous_names":["lukasondrejka/cpp-tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasondrejka%2Fcpp-tic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasondrejka%2Fcpp-tic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasondrejka%2Fcpp-tic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasondrejka%2Fcpp-tic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasondrejka","download_url":"https://codeload.github.com/lukasondrejka/cpp-tic-tac-toe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243419128,"owners_count":20287806,"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":["client-server","console","cpp","game","linux","socket","tcp"],"created_at":"2024-11-19T08:22:58.146Z","updated_at":"2026-05-19T00:42:52.585Z","avatar_url":"https://github.com/lukasondrejka.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe\n\nThis is a simple Tic Tac Toe game implemented in C++ \nwith using client-server architecture and sockets for communication.\n\n## Setup\n\nLinux is required to build and run the project (tested on Ubuntu).\n\n1. Build the project with `make`\n\n```bash\nmake\n```\n\n2. Run the server\n\n```bash\n./app s\n```\n\n3. Run the client (in another terminal)\n\n```bash\n./app c\n```\n\n4. Play the game\n\nInputs are in the format of `rowcol` where `row` and `col` are integers between 1 and 3.\nFor example, to place a mark in first row and third column, you should enter `13`.\nAfter each move, the board will be printed to the console.\nGame ends when one of the players wins or the board is full.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasondrejka%2Fcpp-tic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasondrejka%2Fcpp-tic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasondrejka%2Fcpp-tic-tac-toe/lists"}