{"id":21065269,"url":"https://github.com/anniedotexe/tic-tac-toe","last_synced_at":"2026-05-03T10:31:30.663Z","repository":{"id":125313735,"uuid":"380326186","full_name":"anniedotexe/tic-tac-toe","owner":"anniedotexe","description":"This is a fully responsive simple tic-tac-toe game built with HTML, CSS, and JavaScript.","archived":false,"fork":false,"pushed_at":"2022-01-12T03:30:13.000Z","size":522,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T21:11:35.243Z","etag":null,"topics":["css","css3","html","html-css-javascript","html5","javascript","javascript-game","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game","tictactoe-javascript"],"latest_commit_sha":null,"homepage":"https://tic-tac-toe.anniew.xyz/","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/anniedotexe.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}},"created_at":"2021-06-25T18:37:49.000Z","updated_at":"2021-10-07T20:41:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"cab379a8-d2b9-4244-b018-5979712e43d9","html_url":"https://github.com/anniedotexe/tic-tac-toe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anniedotexe%2Ftic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anniedotexe%2Ftic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anniedotexe%2Ftic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anniedotexe%2Ftic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anniedotexe","download_url":"https://codeload.github.com/anniedotexe/tic-tac-toe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243509301,"owners_count":20302165,"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":["css","css3","html","html-css-javascript","html5","javascript","javascript-game","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game","tictactoe-javascript"],"created_at":"2024-11-19T17:54:35.531Z","updated_at":"2026-05-03T10:31:30.646Z","avatar_url":"https://github.com/anniedotexe.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/anniedotexe"],"categories":[],"sub_categories":[],"readme":"# Simple TIC-TAC-TOE Game\n\nThis is a fully responsive simple tic-tac-toe game written in HTML, CSS, and JavaScript.\n\n**LIVE DEMO** - [tic-tac-toe.anniew.xyz](https://tic-tac-toe.anniew.xyz/) OR [tic-tac-toe-annie.netlify.app](https://tic-tac-toe-annie.netlify.app/)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"HTML5\" src=\"https://img.shields.io/badge/-HTML5-E44D26?style=flat\u0026logo=html5\u0026logoColor=white\"/\u003e\n    \u003cimg alt=\"CSS3\" src=\"https://img.shields.io/badge/-CSS3-2965f1?style=flat\u0026logo=css3\u0026logoColor=white\"/\u003e\n    \u003cimg alt=\"JavaScript\" src=\"https://img.shields.io/badge/-JavaScript-F0DB4F?style=flat\u0026logo=javascript\u0026logoColor=white\"/\u003e\n    \u003cimg alt=\"Open Source? Yes!\" src=\"https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github\"/\u003e\n    \u003cimg alt=\"Netlify Status\" src=\"https://api.netlify.com/api/v1/badges/bc81f897-872e-4989-99ee-216a3b02569b/deploy-status\"/\u003e\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Screenshot\" src=\"./img/preview.gif\" width=\"700px\"\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Design](#design)\n  - [Fonts](#fonts)\n  - [Color Scheme](#color-scheme)\n- [Built With](#built-with)\n- [Contributing](#contributing)\n- [Creator / Maintainer](#creator--maintainer)\n- [Acknowledgments](#acknowledgments)\n\n---\n\n## Design\n\n### Fonts\n\n[Nunito](https://fonts.google.com/specimen/Nunito) - this font is used for everything because it looks good in titles and the 'X' and 'O' in the game\n\n\u003cimg alt=\"Font Example Screenshot\" src=\"./img/nunito.png\"\u003e\n\n### Color Scheme\n\n- Bdazzled Blue - title and new game button\n- Generic Viridian - Player X text and tile color\n- Blood Red - Player O text and tile color\n- Cultured - website background color\n- Spanish Gray - inactive player, game grid borders, tile hover, and winner's tiles background color\n\n\u003ca href=\"https://coolors.co/235789-2a7f62-6b0504-f5f5f5-8f8f8f\"\u003e\u003cimg alt=\"Color Palette Screenshot\" src=\"./img/palette.png\"\u003e\u003c/a\u003e\n\n---\n\n## Built With\n\n- [HTML5](https://www.w3schools.com/html/)\n- [CSS3](https://www.w3schools.com/css/)\n- [JavaScript](https://www.w3schools.com/js/DEFAULT.asp)\n- Hosted on [Netlify](https://www.netlify.com/)\n\n---\n\n## Creator\n\nAnnie Wu ([anniedotexe](https://github.com/anniedotexe))\n\nCopyright \u0026copy; 2021-2026 Annie Wu. All rights reserved.\n\nUnauthorized copying, reproduction, redistribution, or posting of this content or source code on any website, platform, or medium is strictly prohibited without explicit written permission from the author. Any use, modification, or distribution of this material without permission may violate copyright law.\n\nIf you like my content or find this code useful, give it a ⭐ or support me by buying me a coffee ☕💙\n\n\u003ca href=\"https://www.buymeacoffee.com/anniedotexe\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanniedotexe%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanniedotexe%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanniedotexe%2Ftic-tac-toe/lists"}