{"id":20893574,"url":"https://github.com/nano-bot01/tic-tac-toe-game","last_synced_at":"2025-09-07T10:33:44.027Z","repository":{"id":110843456,"uuid":"503414732","full_name":"nano-bot01/Tic-Tac-Toe-Game","owner":"nano-bot01","description":"A Console based Application for multiplayer Tic Tac Toe game. ","archived":false,"fork":false,"pushed_at":"2022-06-14T16:33:21.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T19:15:01.768Z","etag":null,"topics":["ankit-nainwal","cpp","game","games","tic-tac-toe","tictactoe"],"latest_commit_sha":null,"homepage":"","language":"C++","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/nano-bot01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-06-14T15:22:04.000Z","updated_at":"2023-04-05T18:53:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c7ad406-ce64-44ea-9ba6-eacb857ef76b","html_url":"https://github.com/nano-bot01/Tic-Tac-Toe-Game","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nano-bot01/Tic-Tac-Toe-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nano-bot01%2FTic-Tac-Toe-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nano-bot01%2FTic-Tac-Toe-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nano-bot01%2FTic-Tac-Toe-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nano-bot01%2FTic-Tac-Toe-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nano-bot01","download_url":"https://codeload.github.com/nano-bot01/Tic-Tac-Toe-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nano-bot01%2FTic-Tac-Toe-Game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026691,"owners_count":25209739,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["ankit-nainwal","cpp","game","games","tic-tac-toe","tictactoe"],"created_at":"2024-11-18T10:16:17.287Z","updated_at":"2025-09-07T10:33:43.999Z","avatar_url":"https://github.com/nano-bot01.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe Game\n\n\u003e A Console based Application of Tic Tac Toe game(multiuser) which runs on user input uses keyboard to play. The game supports two player at a time and they play consecutively after each other until one of them wins or game results in draw. \n\u003e \n\u003cimg src=\"https://github.com/MLX15/MLX15/blob/master/a.gif\"\u003e\u003c/a\u003e\n\n## PLAYING THE GAME\n **Here are few steps to play the game and win.**\n \u003e * After running the code an exe file would be created and a console will be seen. \n \u003e\n \u003e ![001](https://user-images.githubusercontent.com/78251168/173621686-336db59f-045d-45fa-8ef7-6b7affa3d457.png)\n \u003e\n\u003e * For starting the game `Player one` has to map the numbers in boxes in lower matrix and with reference to that matrix player has to type the number of box in which he want to draw `'O' or 'X'` \n\u003e \n\u003e * After this `Player two` will do the same thing to play the game.\n\u003e \n\u003e * The player will `WIN` who will mark three continous same marks in the given matrix first and a banner with winner tag will be shown up on console. \n\u003e\n\u003e ![002](https://user-images.githubusercontent.com/78251168/173621781-f2af1f07-0519-41fc-b36c-78788b6793f7.png)\n\u003e \n\u003e * If no player will be able to mark the same pattern line then game will be draw. and program will ask user to play again or not by taking a choice from user: \n\u003e\n\u003e ![003](https://user-images.githubusercontent.com/78251168/173621739-8e5ba85a-1b2b-4180-b7f8-5a2ea6b5f37b.png)\n\u003e \n\u003e * * If user click `'Y' OR 'y'` then the game will start again from beginning.\n\u003e * * Else the Game will be END.\n\n\u003cimg src=\"https://github.com/MLX15/MLX15/blob/master/a.gif\"\u003e\u003c/a\u003e\n \n ## OVERVIEW\n \u003e - [x] this is a complete game.\n \u003e - [x] checks for invalid number, letters and operators.\n \u003e - [x] may start again if game is draw.\n \u003e - [x] interactive, easy to use and play\n \u003e - [ ] No GUI Available\n\n\u003cimg src=\"https://github.com/MLX15/MLX15/blob/master/a.gif\"\u003e\u003c/a\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnano-bot01%2Ftic-tac-toe-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnano-bot01%2Ftic-tac-toe-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnano-bot01%2Ftic-tac-toe-game/lists"}