{"id":22731574,"url":"https://github.com/fahimfba/py-tic-tac-toe","last_synced_at":"2026-03-02T18:39:28.717Z","repository":{"id":184108034,"uuid":"670676355","full_name":"FahimFBA/py-tic-tac-toe","owner":"FahimFBA","description":"A two players Tic Tac Toe console game using Python","archived":false,"fork":false,"pushed_at":"2023-10-20T03:54:34.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T14:55:00.406Z","etag":null,"topics":["hacktoberfest","hacktoberfest-2023","hacktoberfest-accepted","hacktoberfest2023","python","python-project","python-project-beginner","python-projects-basic-to-advanced","python-script","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FahimFBA.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-07-25T15:21:44.000Z","updated_at":"2024-03-12T12:14:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3f4c284-9d1f-4041-9e75-8bc7b4421492","html_url":"https://github.com/FahimFBA/py-tic-tac-toe","commit_stats":null,"previous_names":["fahimfba/py-tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FahimFBA%2Fpy-tic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FahimFBA%2Fpy-tic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FahimFBA%2Fpy-tic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FahimFBA%2Fpy-tic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FahimFBA","download_url":"https://codeload.github.com/FahimFBA/py-tic-tac-toe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804721,"owners_count":21164127,"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":["hacktoberfest","hacktoberfest-2023","hacktoberfest-accepted","hacktoberfest2023","python","python-project","python-project-beginner","python-projects-basic-to-advanced","python-script","python3"],"created_at":"2024-12-10T19:29:15.959Z","updated_at":"2026-03-02T18:39:28.678Z","avatar_url":"https://github.com/FahimFBA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-tic-tac-toe\nA two players Tic Tac Toe console game using Python\n\n\n## 🎥 Complete Video Tutorial (Click on the image)\n[![Create Tic Tac Toe Game Project Using Python](https://img.youtube.com/vi/CLEcsgTZVsA/maxresdefault.jpg)](https://www.youtube.com/watch?v=CLEcsgTZVsA)\n\n## 📦 Project Directory Structure\n\nThis is what the project directory looks like without Git.\n\n```\n📦py-tic-tac-toe\n ┣ 📂_include\n ┃ ┗ 📜youtube.yml\n ┣ 📜.gitignore\n ┣ 📜LICENSE\n ┣ 📜Main.py\n ┗ 📜README.md\n\n```\n\nThis is what my project looks like with the git and the necessary things for that.\n\n\n\u003cdetails\u003e\n\u003csummary\u003e➡️ This is a very long list! Expand it to display everything!\u003c/summary\u003e\n\u003cbr\u003e\n\n```\n📦py-tic-tac-toe\n ┣ 📂.git\n ┃ ┣ 📂hooks\n ┃ ┃ ┣ 📜applypatch-msg.sample\n ┃ ┃ ┣ 📜commit-msg.sample\n ┃ ┃ ┣ 📜fsmonitor-watchman.sample\n ┃ ┃ ┣ 📜post-update.sample\n ┃ ┃ ┣ 📜pre-applypatch.sample\n ┃ ┃ ┣ 📜pre-commit.sample\n ┃ ┃ ┣ 📜pre-merge-commit.sample\n ┃ ┃ ┣ 📜pre-push.sample\n ┃ ┃ ┣ 📜pre-rebase.sample\n ┃ ┃ ┣ 📜pre-receive.sample\n ┃ ┃ ┣ 📜prepare-commit-msg.sample\n ┃ ┃ ┣ 📜push-to-checkout.sample\n ┃ ┃ ┣ 📜sendemail-validate.sample\n ┃ ┃ ┗ 📜update.sample\n ┃ ┣ 📂info\n ┃ ┃ ┗ 📜exclude\n ┃ ┣ 📂logs\n ┃ ┃ ┣ 📂refs\n ┃ ┃ ┃ ┣ 📂heads\n ┃ ┃ ┃ ┃ ┗ 📜main\n ┃ ┃ ┃ ┗ 📂remotes\n ┃ ┃ ┃ ┃ ┗ 📂origin\n ┃ ┃ ┃ ┃ ┃ ┗ 📜HEAD\n ┃ ┃ ┗ 📜HEAD\n ┃ ┣ 📂objects\n ┃ ┃ ┣ 📂info\n ┃ ┃ ┗ 📂pack\n ┃ ┃ ┃ ┣ 📜pack-382306c5af64385ff66c332b72af12a4c9e17421.idx\n ┃ ┃ ┃ ┣ 📜pack-382306c5af64385ff66c332b72af12a4c9e17421.pack\n ┃ ┃ ┃ ┗ 📜pack-382306c5af64385ff66c332b72af12a4c9e17421.rev\n ┃ ┣ 📂refs\n ┃ ┃ ┣ 📂heads\n ┃ ┃ ┃ ┗ 📜main\n ┃ ┃ ┣ 📂remotes\n ┃ ┃ ┃ ┗ 📂origin\n ┃ ┃ ┃ ┃ ┗ 📜HEAD\n ┃ ┃ ┗ 📂tags\n ┃ ┣ 📜config\n ┃ ┣ 📜description\n ┃ ┣ 📜FETCH_HEAD\n ┃ ┣ 📜HEAD\n ┃ ┣ 📜index\n ┃ ┗ 📜packed-refs\n ┣ 📂_include\n ┃ ┗ 📜youtube.yml\n ┣ 📜.gitignore\n ┣ 📜LICENSE\n ┣ 📜Main.py\n ┗ 📜README.md\n ```\n \n\u003c/details\u003e\n\n\n\n## 💻 Run the project\n\n* Clone the repository `git clone https://github.com/FahimFBA/py-tic-tac-toe.git`\n* Go to the project directory `py-tic-tac-toe`\n* Run the project `python Main.py` if you are on a Windows machine, and `python3 Main.py` if you are on a Linux or Mac machine\n\n\n## ⭐ Stargazers\n\n[![Stargazers repo roster for @FahimFBA/py-tic-tac-toe](https://reporoster.com/stars/FahimFBA/py-tic-tac-toe)](https://github.com/FahimFBA/py-tic-tac-toe/stargazers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimfba%2Fpy-tic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffahimfba%2Fpy-tic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimfba%2Fpy-tic-tac-toe/lists"}