{"id":25509276,"url":"https://github.com/autumnchris/tic-tac-toe-game","last_synced_at":"2026-04-04T22:33:48.066Z","repository":{"id":126828664,"uuid":"360370503","full_name":"autumnchris/tic-tac-toe-game","owner":"autumnchris","description":"A Star Wars themed JavaScript Tic-Tac-Toe game where the user can choose to play either a 2-player game with another person present or a 1-player game against the computer.","archived":false,"fork":false,"pushed_at":"2025-04-01T01:21:01.000Z","size":991,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T03:07:16.792Z","etag":null,"topics":["css","css3","freecodecamp","html","html5","javascript","js-classes","sass","scss","star-wars","the-odin-project","theodinproject","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game","vanilla-javascript","vanilla-js","vanillajs","webpack"],"latest_commit_sha":null,"homepage":"https://autumnchris.github.io/tic-tac-toe-game","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/autumnchris.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}},"created_at":"2021-04-22T02:39:00.000Z","updated_at":"2025-04-01T01:21:05.000Z","dependencies_parsed_at":"2025-02-03T23:19:17.300Z","dependency_job_id":"25b4ea68-1753-400e-9481-dd4391317a0f","html_url":"https://github.com/autumnchris/tic-tac-toe-game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/autumnchris/tic-tac-toe-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Ftic-tac-toe-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Ftic-tac-toe-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Ftic-tac-toe-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Ftic-tac-toe-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autumnchris","download_url":"https://codeload.github.com/autumnchris/tic-tac-toe-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Ftic-tac-toe-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["css","css3","freecodecamp","html","html5","javascript","js-classes","sass","scss","star-wars","the-odin-project","theodinproject","tic-tac-toe","tic-tac-toe-game","tictactoe","tictactoe-game","vanilla-javascript","vanilla-js","vanillajs","webpack"],"created_at":"2025-02-19T08:54:45.078Z","updated_at":"2026-04-04T22:33:48.005Z","avatar_url":"https://github.com/autumnchris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STAR WARS Tic-Tac-Toe\n\nA Star Wars themed JavaScript Tic-Tac-Toe game where the user can choose to play either a 2-player game with another person present or a 1-player game against the computer.\n\nInspired by both the [Tic Tac Toe assignment](https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe) as part of the curriculum for the [JavaScript Course](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript) on [The Odin Project](https://www.theodinproject.com) as well as the [Build a Tic Tac Toe Game challenge](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game) as part of the curriculum for the [Coding Interview Prep](https://www.freecodecamp.org/learn/coding-interview-prep) on [freeCodeCamp](https://www.freecodecamp.org).\n\n---\n\n## Built With\n* Vanilla JS\n* JavaScript\n* [Sass](http://sass-lang.com)\n* CSS3\n* HTML5\n* [Node.js](https://nodejs.org/en)\n* [Webpack](https://webpack.js.org)\n* [Babel](https://babeljs.io)\n* [Normalize.css](https://necolas.github.io/normalize.css)\n* [Font Awesome](https://fontawesome.com)\n\n## Demo\n\nView project demo at [https://autumnchris.github.io/tic-tac-toe-game](https://autumnchris.github.io/tic-tac-toe-game).\n\n## Instructions\n\nAfter forking and cloning, navigate to the repository in your command line and install the NPM packages:\n```\nnpm install\n```\n\nRun the following script in your command line to run the application:\n```\nnpm start\n```\n\nOnce the server is running, go to `http://localhost:8080` in your browser.\n\nBefore committing any changes, run the following script to update your static files for production:\n```\nnpm run build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautumnchris%2Ftic-tac-toe-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautumnchris%2Ftic-tac-toe-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautumnchris%2Ftic-tac-toe-game/lists"}