{"id":23594303,"url":"https://github.com/sagnik-coder24/tictactoe","last_synced_at":"2026-05-04T15:34:49.035Z","repository":{"id":189977780,"uuid":"398744451","full_name":"Sagnik-Coder24/tictactoe","owner":"Sagnik-Coder24","description":"Enjoy a fun game of Tic Tac Toe with friends, all made with React.","archived":false,"fork":false,"pushed_at":"2024-11-04T16:49:30.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T09:16:50.636Z","etag":null,"topics":["html","prettier","react","sass","tic-tac-toe"],"latest_commit_sha":null,"homepage":"https://tictactoegame2407.surge.sh/","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/Sagnik-Coder24.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}},"created_at":"2021-08-22T07:54:04.000Z","updated_at":"2024-11-04T16:49:34.000Z","dependencies_parsed_at":"2023-08-22T19:13:52.636Z","dependency_job_id":null,"html_url":"https://github.com/Sagnik-Coder24/tictactoe","commit_stats":null,"previous_names":["sagnik-coder24/tictactoe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2Ftictactoe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2Ftictactoe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2Ftictactoe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sagnik-Coder24%2Ftictactoe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sagnik-Coder24","download_url":"https://codeload.github.com/Sagnik-Coder24/tictactoe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239435061,"owners_count":19638052,"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":["html","prettier","react","sass","tic-tac-toe"],"created_at":"2024-12-27T09:16:58.519Z","updated_at":"2025-10-19T05:10:18.072Z","avatar_url":"https://github.com/Sagnik-Coder24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe\n\nThis project is a web-based implementation of the classic game Tic Tac Toe, designed for players of all ages. It allows two players to compete against each other in a turn-based format. The game features a simple and intuitive interface, making it easy to play and enjoy.\n\n## Purpose\n\nThe primary goal of this project is to provide an engaging and interactive way for users to play Tic Tac Toe online. It serves as a fun pastime and can be a great way for friends and family to challenge each other. Additionally, this project demonstrates basic programming concepts such as game logic, user interaction, and responsive design, making it an excellent resource for beginners learning web development.\n\n## Target Audience\n\nThis game is suitable for anyone who enjoys casual gaming, including:\n\n- Friends looking for a quick match\n- Families wanting to play together\n- Beginners interested in learning game development\n## Appendix\n\n### How to Play\n\n1. The game is played on a 3x3 grid.\n2. Players take turns placing their marker (X or O) in an empty cell.\n3. The first player to align three markers horizontally, vertically, or diagonally wins the game.\n4. If all cells are filled without a winner, the game ends in a draw.\n\n### Technologies Used\n\n- **React**: For building the user interface and managing application state.\n- **HTML**: For structuring the game layout.\n- **Sass**: For advanced styling and better organization of CSS.\n\n### Future Improvements\n\n- Implement an AI opponent for single-player mode.\n- Add a scoring system to keep track of wins and losses.\n- Include themes or skins to customize the game board.\n\n### Resources\n\n- [React Documentation](https://reactjs.org/docs/getting-started.html) - Official React documentation for learning and reference.\n- [MDN Web Docs](https://developer.mozilla.org/en-US/) - A great resource for web development documentation.\n- [W3Schools](https://www.w3schools.com/) - Tutorials and references for web development languages.\n\n## Demo\n\nYou can see the Tic Tac Toe game in action through the link - [Live Demo](https://tictactoegame2407.surge.sh/).\n\n### Example Gameplay\n\n\u003cimg src=\"https://bartvwezel.nl/wp-content/uploads/2020/09/ezgif.com-video-to-gif-7.gif\" alt=\"Tic Tac Toe Demo\" style=\"height: 250px;\"/\u003e\n\n## Features\n\n- **Two-Player Mode**: Play against a friend in a classic turn-based format.\n- **Responsive Design**: The game adapts to different screen sizes for a seamless experience on mobile and desktop.\n- **Real-Time Updates**: The game board updates instantly as players take their turns.\n- **Win Detection**: The game automatically detects and announces the winner or a draw.\n- **Reset Functionality**: Easily restart the game with a single button click.\n- **User-Friendly Interface**: Simple and intuitive layout, making it easy for players of all ages to enjoy.\n- **Game History Navigation**: Players can revisit any previous step in the game, allowing them to see past moves and reflect on strategies.\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/Sagnik-Coder24/tictactoe.git\n```\n\nGo to the project directory\n\n```bash\n  cd tictactoe\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm start\n```\n\n## Tech Stack\n\n- **React.js**: A JavaScript library for building user interfaces, used to create the game's interactive components.\n- **HTML5**: The standard markup language for structuring the game layout.\n- **CSS3**: Used for styling the game interface, providing a visually appealing design.\n- **Sass**: For advanced styling and better organization of styles.\n- **JavaScript**: The programming language used for implementing game logic and interactivity.\n- **Git**: Version control system used for tracking changes and collaboration.\n- **GitHub**: Platform for hosting the repository and facilitating contributions.\n- **Surge.sh**: Hosting service used to deploy the application and make it accessible online.\n\nThis combination of technologies allows for a smooth and efficient development process, resulting in a responsive and engaging game experience.\n\n\n## Contributing\n\nContributions are always welcome! Whether you want to report a bug, suggest an enhancement, or submit a pull request, your feedback is appreciated.\n\n## Authors\n\n- [@Sagnik-Coder24](https://github.com/Sagnik-Coder24)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagnik-coder24%2Ftictactoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagnik-coder24%2Ftictactoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagnik-coder24%2Ftictactoe/lists"}