{"id":16379744,"url":"https://github.com/owencochell/tic-tac-toe","last_synced_at":"2026-06-22T22:32:10.506Z","repository":{"id":155441280,"uuid":"162651131","full_name":"OwenCochell/Tic-Tac-Toe","owner":"OwenCochell","description":"A simple Tic-Tac-Toe Game","archived":false,"fork":false,"pushed_at":"2019-01-18T02:52:11.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T14:39:29.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/OwenCochell.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}},"created_at":"2018-12-21T01:44:08.000Z","updated_at":"2019-01-18T03:22:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f347e85d-cccb-45b5-a0fe-0c9c639aab90","html_url":"https://github.com/OwenCochell/Tic-Tac-Toe","commit_stats":null,"previous_names":["owencochell/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OwenCochell/Tic-Tac-Toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwenCochell%2FTic-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwenCochell%2FTic-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwenCochell%2FTic-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwenCochell%2FTic-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OwenCochell","download_url":"https://codeload.github.com/OwenCochell/Tic-Tac-Toe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwenCochell%2FTic-Tac-Toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34668500,"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":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T03:49:36.227Z","updated_at":"2026-06-22T22:32:10.489Z","avatar_url":"https://github.com/OwenCochell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic-Tac-Toe\nA simple Tic-Tac-Toe game written in python.\nThis Tic-Tac-Toe game is \"importable freindly\", which means that you can easly implement it into your code!\nWant to allow a user to play of game of Tic-Tac-Toe while your script works on a time consuming task? Now you can!\n\n# Prerequisites\n\nTo run this file, you will need to have python installed. On linux, you can use your package manager to install. Example:\n\u003eapt-get install python3\n\nOr on other systems(Non debian based):\n\u003ebrew install python3\n\n\nWindow users can install it [here](https://www.python.org/downloads/release/python-371/).\n\n# Usage\n\n1. Keep the 'tictac.py' file in the same working directory as your script\n\n2. Import the 'tictac.py' file, like so:\n\n\u003e from tictac import *\n\n3. When you are ready to start a game, call the 'ticStart()' method in your code(no parameters), like so:\n\n\u003e ticStart()\n\n# Other Info\n\nThis script has no third-party modules, and it uses the terminal to display information. This means that there is no extra configuration necessary, just download and go!\n\nIn this script, the player will be put up against a computer. It uses a incredibly simple algorithm to determine what moves to make next.\n\nYou can use threading or multiproccessing to run Tic-Tac-Toe and your process at the same time! PLease refer to the python documentation for more info!\n\nIf you have any questions or comments, please feel free to open an issue. I will reply as soon as I can.\n\nThank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowencochell%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowencochell%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowencochell%2Ftic-tac-toe/lists"}