{"id":18473824,"url":"https://github.com/hiimsergey/ttt","last_synced_at":"2025-05-13T00:52:16.353Z","repository":{"id":246260130,"uuid":"820567872","full_name":"hiimsergey/ttt","owner":"hiimsergey","description":"A simple and configurable Tic-Tac-Toe game in C","archived":false,"fork":false,"pushed_at":"2025-04-06T10:11:40.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-13T00:52:11.494Z","etag":null,"topics":["2d","2d-game","game","raylib","raylib-c","raylib-examples","raylib-game","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiimsergey.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":"2024-06-26T18:22:15.000Z","updated_at":"2025-04-06T10:11:43.000Z","dependencies_parsed_at":"2024-12-25T10:41:33.632Z","dependency_job_id":"32220ac5-21b0-4865-b4f0-f32f28f4d789","html_url":"https://github.com/hiimsergey/ttt","commit_stats":null,"previous_names":["hiimsergey/ttt"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Fttt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Fttt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Fttt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Fttt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiimsergey","download_url":"https://codeload.github.com/hiimsergey/ttt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850889,"owners_count":21973672,"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":["2d","2d-game","game","raylib","raylib-c","raylib-examples","raylib-game","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game"],"created_at":"2024-11-06T10:26:38.912Z","updated_at":"2025-05-13T00:52:16.330Z","avatar_url":"https://github.com/hiimsergey.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ttt\n![screenshot](https://github.com/user-attachments/assets/8946e665-ab47-4404-9a61-ef5b2b84b370)\n\nA simple Tic-Tac-Toe game written in C using Raylib.\n\nYou can customize the board length in cells and the length of the needed streak to win the game.\n\nMy second project in C.\n\n## Compile \u0026 Run (on Linux at least)\n\n### If you have raylib installed on the system\n```sh\ngit clone https://github.com/hiimsergey/ttt\ncd ttt\nmake dyn\n```\n\n### If you want to compile Raylib yourself\n```sh\ngit clone --recursive https://github.com/hiimsergey/ttt\ncd ttt/external/raylib\n```\n\nNow, compile Raylib with your desired options. See [here](https://github.com/raysan5/raylib/wiki/CMake-Build-Options). An example would be:\n\n```sh\nmkdir build\ncd build\ncmake .. -DPLATFORM=Desktop -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install\ncmake --build . --target install\n```\n\nNow, compile ttt:\n\n```sh\ncd ../../..\nmake\n#make semistatic # If the binary should only depend on GLFW\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiimsergey%2Fttt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiimsergey%2Fttt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiimsergey%2Fttt/lists"}