{"id":16989003,"url":"https://github.com/i9or/tictactoe","last_synced_at":"2025-03-22T02:45:29.760Z","repository":{"id":143863619,"uuid":"597384585","full_name":"i9or/tictactoe","owner":"i9or","description":"Classic Tic Tac Toe game","archived":false,"fork":false,"pushed_at":"2024-02-18T11:35:40.000Z","size":1412,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T08:12:01.488Z","etag":null,"topics":["cmake","cpp","cpp17","sfml","sfml2"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/i9or.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-04T11:37:50.000Z","updated_at":"2024-02-13T22:17:33.000Z","dependencies_parsed_at":"2024-01-02T20:23:45.873Z","dependency_job_id":"e11aeca2-41ab-40c6-8433-0c674a6720c7","html_url":"https://github.com/i9or/tictactoe","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"1ecf6f68786dc1ce43af57d1e9c9d11e31283a45"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i9or%2Ftictactoe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i9or%2Ftictactoe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i9or%2Ftictactoe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i9or%2Ftictactoe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i9or","download_url":"https://codeload.github.com/i9or/tictactoe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898410,"owners_count":20528335,"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":["cmake","cpp","cpp17","sfml","sfml2"],"created_at":"2024-10-14T03:05:12.730Z","updated_at":"2025-03-22T02:45:29.738Z","avatar_url":"https://github.com/i9or.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe\n\nClassic Tic Tac Toe game implemented in C++ and SFML2.\n\n## Setup\n\nClone the repository:\n\n```sh\ngit --recusrsive clone https://github.com/i9or/tictactoe.git\n```\n\n## Bootstrap Xcode project\n\nCMake is used to generate the Xcode project. From the project root folder:\n\n```sh\ncd build\ncmake -GXcode ..\nopen ./tictactoe.xcodeproj\n```\n\nFrom this point it should be possible to build, run, and debug project from the\nXcode IDE. Any changes in `CMakeLists.txt` or `src` fodler should be applied\nautomatically via built-in CMake re-generation. To force re-generation of the\nproject `ZERO_CHECK` target should be used.\n\n## Build from command line\n\nSteps are almost the same as for Xcode project bootstrap:\n\n```sh\ncd build\ncmake ..\ncmake --build .\n```\n\nIf build is successful the binary should be available to run from the `bin`\nfolder in the root of the project:\n\n```sh\n./bin/tictactoe\n```\n\n## Attributions\n\nMusic: https://www.chosic.com/free-music/all/\n\nArt: https://www.behance.net/garnenka\n\n## License\n\nCode is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 only.\n\n\u003cimg src=\"./AGPLv3_Logo.svg\" width=\"100\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi9or%2Ftictactoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi9or%2Ftictactoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi9or%2Ftictactoe/lists"}