{"id":24695976,"url":"https://github.com/gz30eee/tic-tac-toe","last_synced_at":"2026-02-25T21:01:56.645Z","repository":{"id":216504585,"uuid":"741506152","full_name":"GZ30eee/Tic-Tac-Toe","owner":"GZ30eee","description":"A simple Tic Tac Toe game built with HTML, CSS, and JavaScript, where users can play against a computer with basic AI. The game is responsive and adapts to different screen sizes for both desktop and mobile devices.","archived":false,"fork":false,"pushed_at":"2025-04-30T18:22:33.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T03:31:44.163Z","etag":null,"topics":["duo-game","game","html","js","player","project","tic-tac-toe"],"latest_commit_sha":null,"homepage":"https://gz30eee.github.io/Tic-Tac-Toe/","language":"JavaScript","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/GZ30eee.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-10T14:37:06.000Z","updated_at":"2025-04-30T18:22:37.000Z","dependencies_parsed_at":"2024-01-10T17:07:54.706Z","dependency_job_id":"1c245fcc-b196-4b20-bf78-6f2880f27880","html_url":"https://github.com/GZ30eee/Tic-Tac-Toe","commit_stats":null,"previous_names":["gz30eee/tic-tac_toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GZ30eee/Tic-Tac-Toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FTic-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FTic-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FTic-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FTic-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GZ30eee","download_url":"https://codeload.github.com/GZ30eee/Tic-Tac-Toe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GZ30eee%2FTic-Tac-Toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29839932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T20:42:33.054Z","status":"ssl_error","status_checked_at":"2026-02-25T20:42:21.322Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["duo-game","game","html","js","player","project","tic-tac-toe"],"created_at":"2025-01-27T01:07:54.420Z","updated_at":"2026-02-25T21:01:56.617Z","avatar_url":"https://github.com/GZ30eee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image (6)](https://github.com/user-attachments/assets/ffa02441-b0b8-4aca-b949-9f08542be381)\n\n---\n\n# Tic Tac Toe Game\n\nWelcome to the Tic Tac Toe game, a simple yet engaging project built using HTML, CSS, and JavaScript. Play against the computer in an exciting, responsive game with easy-to-follow mechanics.\n\n## 🕹️ Game Features\n\n- **User vs Computer Mode**: Challenge the computer in a one-on-one game where the computer makes its moves automatically based on basic AI logic.\n- **Responsive Design**: The game adapts seamlessly to various screen sizes, allowing for a smooth experience whether you're on a desktop or mobile device.\n- **Interactive Interface**: Easy-to-use interface with clear and simple controls to select your mark (X or O).\n- **Auto-Gameplay**: The game automatically determines the winner or declares a draw when the board is full, so you can focus on strategy.\n\n## 🏆 How to Play\n\n1. **Choose Your Mark**: Select whether you want to be X or O.\n2. **Play Against the Computer**: The game will proceed with your turns and the computer’s moves, automatically making decisions.\n3. **Win or Draw**: The game ends when one player achieves three marks in a row, column, or diagonal, or when the board is full, resulting in a draw.\n\n## 🔧 Technologies Used\n\n- **HTML**: Used to create the basic structure and layout of the game board.\n- **CSS**: Provides styling to ensure the game looks visually appealing and adapts to different screen sizes.\n- **JavaScript**: Powers the logic of the game, including player moves, computer AI, and determining the winner or draw.\n\n## 🚀 Future Improvements\n\n- **Enhanced AI**: Improve the computer’s decision-making algorithm to make the game more challenging and engaging.\n- **Score Tracker**: Implement a score tracking system to keep a record of wins, losses, and draws for each session.\n- **Multiplayer Mode**: Introduce a local multiplayer feature to allow two players to compete against each other on the same device.\n- **Animations and Sound Effects**: Add smooth animations for transitions and sound effects for an even more immersive experience.\n\n## 🤝 Contributing\n\nWe welcome contributions to make this game even better! If you have suggestions or would like to fix bugs, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Open a pull request to discuss your changes.\n\nIf you have any major ideas or improvements, please open an issue first to discuss with the team.\n\n## 📄 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgz30eee%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgz30eee%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgz30eee%2Ftic-tac-toe/lists"}