{"id":20348476,"url":"https://github.com/saadmairaj/tktictac","last_synced_at":"2025-07-20T13:35:30.464Z","repository":{"id":43228299,"uuid":"172669361","full_name":"Saadmairaj/TKtictac","owner":"Saadmairaj","description":"You vs the computer fancy Tic-Tac-Toe game.","archived":false,"fork":false,"pushed_at":"2023-10-03T23:07:53.000Z","size":696,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-19T05:19:00.120Z","etag":null,"topics":["bot","game","python3","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game","tkinter-game","tkinter-graphic-interface","unbeatable-game","unbeatable-player","unbeatable-tic-tac-toe"],"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/Saadmairaj.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":"2019-02-26T08:28:01.000Z","updated_at":"2022-11-29T14:00:31.000Z","dependencies_parsed_at":"2024-11-14T22:20:43.838Z","dependency_job_id":"aa86a96b-9483-4f7b-ab4d-d95e7c73e560","html_url":"https://github.com/Saadmairaj/TKtictac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Saadmairaj/TKtictac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saadmairaj%2FTKtictac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saadmairaj%2FTKtictac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saadmairaj%2FTKtictac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saadmairaj%2FTKtictac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saadmairaj","download_url":"https://codeload.github.com/Saadmairaj/TKtictac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saadmairaj%2FTKtictac/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263484397,"owners_count":23473753,"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":["bot","game","python3","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game","tkinter-game","tkinter-graphic-interface","unbeatable-game","unbeatable-player","unbeatable-tic-tac-toe"],"created_at":"2024-11-14T22:20:39.714Z","updated_at":"2025-07-04T09:38:11.476Z","avatar_url":"https://github.com/Saadmairaj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TKtictac\n\nTic-tac-toe (American English), noughts and crosses (Commonwealth English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Saadmairaj/TKtictac/master/assets/sample1.png?token=ALAV6GAWGL2IWXBX5TZP45K7JNR5W\" height=\"300\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/Saadmairaj/TKtictac/master/assets/sample2.png?token=ALAV6GHKHQVAW3MBNJIFH6C7JNR3C\" height=\"300\"\u003e\n\u003c/p\u003e\n\n## Game play\n\nIn order to win the game, a player must place three of their marks in a horizontal, vertical, or diagonal row. The game is only one player against the computer. There are 4 difficulty mode which can be selected from the setting menu plus some other options that can be selected as well to improve experience of the user.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Saadmairaj/TKtictac/master/assets/settings%20sample.png?token=ALAV6GERAB3QMQFFZYQZDR27JNRX4\" height=\"300\"\u003e\n\u003c/p\u003e\n\n## Dependencies\n\n  1. Python 3\n  2. Pygame _(Used for sound effects)_\n  3. tkmacosx\n  4. Pillow (PIL)\n\n## Installation\n\n1. Clone this git repo\n    \n    ```bash\n    $ git clone https://github.com/Saadmairaj/TKtictac.git\n    ```\n\n2. Change directory to the Tktictac and create a virtual environment\n    \n    ```bash\n    $ cd Tktictac\n    $ python -m venv env\n    ```\n\n3. Activate the virtual environment and install the dependencies\n\n    ```bash\n    $ source env/bin/activate\n    $ pip install -r requirements.txt\n    ```\n4. Now, we are ready to go! Run the Tktictac with the following command\n\n    ```bash\n    $ python __main__.py\n    ```\n    \n## Changelog\n\n  0.0.2\n  * Improved user interface\n  * Fix issues with overrideredirect on different platforms\n\n  0.0.1\n  * Fixed issues with sound\n  * Fixed issues with Light mode\n  * Fixed issues with titlebar \n  * Added icon\n  * Some other Bug fixes \n  \n  0.0.0\n  * Stable release\n\n## License\n\n[MIT](https://github.com/Saadmairaj/TKtictac/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadmairaj%2Ftktictac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaadmairaj%2Ftktictac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadmairaj%2Ftktictac/lists"}