{"id":18513537,"url":"https://github.com/anishvedant/tic-tac-toe","last_synced_at":"2026-07-15T12:38:55.879Z","repository":{"id":243166502,"uuid":"802740097","full_name":"anishvedant/Tic-Tac-Toe","owner":"anishvedant","description":"A modern implementation of the classic Tic Tac Toe game built with Python and Pygame.","archived":false,"fork":false,"pushed_at":"2024-06-07T03:43:25.000Z","size":645,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T01:32:35.040Z","etag":null,"topics":["classic-game","educational-project","game-development","graphics","interactive-game","open-source","pygame","pygame-application","python-3","python-game","python3","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/anishvedant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-19T06:12:20.000Z","updated_at":"2024-06-07T03:43:28.000Z","dependencies_parsed_at":"2024-06-07T04:45:51.203Z","dependency_job_id":"7815cf3f-be82-4c19-bb49-5a079bc60b42","html_url":"https://github.com/anishvedant/Tic-Tac-Toe","commit_stats":null,"previous_names":["anishvedant/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anishvedant/Tic-Tac-Toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishvedant%2FTic-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishvedant%2FTic-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishvedant%2FTic-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishvedant%2FTic-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anishvedant","download_url":"https://codeload.github.com/anishvedant/Tic-Tac-Toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishvedant%2FTic-Tac-Toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35505612,"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-07-15T02:00:06.706Z","response_time":131,"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":["classic-game","educational-project","game-development","graphics","interactive-game","open-source","pygame","pygame-application","python-3","python-game","python3","tic-tac-toe"],"created_at":"2024-11-06T15:39:09.454Z","updated_at":"2026-07-15T12:38:55.839Z","avatar_url":"https://github.com/anishvedant.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic-Tac-Toe Game\n\nWelcome to the Tic Tac Toe Game repository! This project is a modern implementation of the classic Tic Tac Toe game, built using Python and Pygame. It features a graphical interface with custom images for the X and O symbols, and provides a simple yet engaging way to play the game against another player on the same machine.\n\n## Features\n\n- **Graphical Interface:** The game includes a visually appealing interface with custom images for X and O.\n- **Win Detection:** The game automatically detects wins and highlights the winning line.\n- **Draw Detection:** The game detects when there is no possible winner and declares a draw.\n- **Easy Reset:** The game automatically resets after a short delay when a win or draw occurs.\n\n## Screenshots\n\n| ![Game Opening.jpg](https://github.com/anishvedant/Tic-Tac-Toe/blob/main/Screenshots/Tic%20Tac%20Toe_2.png) \n|:--:| \n| ***Game Opening*** |\n\n\n| ![In-game Screenshot.jpg](https://github.com/anishvedant/Tic-Tac-Toe/blob/main/Screenshots/Tic%20Tac%20Toe_1.png) \n|:--:| \n| ***In-game Screenshot*** |\n\n\n| ![In-game Screenshot.jpg](https://github.com/anishvedant/Tic-Tac-Toe/blob/main/Screenshots/Tic%20Tac%20Toe_1.png)\n|:--:| \n| ***In-game Screenshot*** |\n\n\n## Getting Started\n\n### Prerequisites\n\n- Pygame\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/anishkumarvedant/tic-tac-toe-game.git\n    ```\n\n2. Change into the project directory:\n    ```bash\n    cd tic-tac-toe-game\n    ```\n\n3. Install the required packages:\n    ```bash\n    pip install pygame\n    ```\n\n### Running the Game\n\nTo start the game, simply run the `tic_tac_toe.py` script:\n```bash\npython3 tic_tac_toe.py\n```\n\n### How to Play\n\nThe game opens with a splash screen and then displays the game board. Players take turns clicking on the grid to place their X or O. The game will automatically detect a win or draw and reset after displaying the result.\n\n## Contributing\n\nContributions are welcome! Feel free to fork the repository and submit pull requests with your improvements and bug fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n\n## Disclaimer\n\nThis game is for educational purposes and personal enjoyment. Ensure you have the appropriate rights to use the graphic and sound assets included in the game.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishvedant%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanishvedant%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishvedant%2Ftic-tac-toe/lists"}