{"id":50246291,"url":"https://github.com/skowriii/tic-tac-toe-sfml","last_synced_at":"2026-05-26T23:02:01.360Z","repository":{"id":124730654,"uuid":"609828182","full_name":"skowriii/tic-tac-toe-sfml","owner":"skowriii","description":"Simple Tic Tac Toe clone made in SFML.","archived":false,"fork":false,"pushed_at":"2023-03-05T12:35:07.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-09T15:54:42.748Z","etag":null,"topics":["2d","2d-game","cpp","game","game-development","gamedev","sfml","tic-tac-toe","wrapper","wrapper-library"],"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/skowriii.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":"2023-03-05T11:16:20.000Z","updated_at":"2023-03-05T12:37:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0fd86d4-9d41-43fb-b613-604743f2e7a1","html_url":"https://github.com/skowriii/tic-tac-toe-sfml","commit_stats":null,"previous_names":["smooll-d/tic-tac-toe-sfml","skowriii/tic-tac-toe-sfml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skowriii/tic-tac-toe-sfml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skowriii%2Ftic-tac-toe-sfml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skowriii%2Ftic-tac-toe-sfml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skowriii%2Ftic-tac-toe-sfml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skowriii%2Ftic-tac-toe-sfml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skowriii","download_url":"https://codeload.github.com/skowriii/tic-tac-toe-sfml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skowriii%2Ftic-tac-toe-sfml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33542350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","cpp","game","game-development","gamedev","sfml","tic-tac-toe","wrapper","wrapper-library"],"created_at":"2026-05-26T23:01:59.759Z","updated_at":"2026-05-26T23:02:01.350Z","avatar_url":"https://github.com/skowriii.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe in SFML\nSimple Tic Tac Toe clone made in SFML.\n\n## Why tf did I make this game???\nI made this game 'cause there was no internet in my house for a week so I had to do something to keep myself sane.\n\n---\n\nThe game was made using an SFML wrapper library I made as a side project. The wrapper library is available as well at this URL: https://www.github.com/reallySmooll/TTT.\n\n## Building\n**NOTE: I don't really know if you can build on systems different than Linux, 'cause the project uses pkg-conf to search for SFML on the system. I guess you could read up on the Meson docs and see if you can pass in a pkg-conf binary or something like that. I don't really know I'm sorry, I don't use Windows anymore so I don't know if you can, you'll just have to look it up by yourself.**\n\n### Dependencies\nNow that we have the NOTE out of the way, there are some dependencies which you will need to install to build this project:\n\n- Meson (the build system)\n- Ninja (`make` but stealthy. Get it? 'Cause ninjas are stealthy?)\n- SFML (the graphics library)\n- git (if you don't have it already than install it 'cause it's needed not only for this project but for any open source project that you want to use)\n- A C++ compiler\n- And that's about it. I don't think there's anything else that you need, but if there is, just install it it's not that hard.\n\n### Actually building this abomination\nThe only thing you need to do is:\n\n```\n$ git clone https://github.com/reallySmooll/tic-tac-toe-sfml.git\n$ cd tic-tac-toe-sfml\n$ meson setup build\n$ meson compile -C build\n```\n\nThat's it. And if you want to run it:\n\n```\n$ build/Tic\\ Tac\\ Toe.x86_64\n```\n\n**Why those backslashes? It's because there are spaces in the executables name. If you'd like to change it, edit the `meson.build` file and edit the exe variable.**\n\nAnd that's it. You are playing Tic Tac Toe made in SFML.\n\n---\n\nIf you're wondering why the resolution is 800x600, it's because I set it at the beginning and never changed it back. And also Tic Tac Toe doesn't really require a big resolution. It's Tic Tac Toe ffs.\n\n## Third Party Resources Used in the Project\n`04B_30` Font - 04\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskowriii%2Ftic-tac-toe-sfml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskowriii%2Ftic-tac-toe-sfml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskowriii%2Ftic-tac-toe-sfml/lists"}