{"id":24639878,"url":"https://github.com/kunalshah017/tic-tac-toe","last_synced_at":"2025-07-26T02:41:32.424Z","repository":{"id":167155226,"uuid":"642701305","full_name":"kunalshah017/Tic-Tac-Toe","owner":"kunalshah017","description":"TicTacToe Game Completely build in C++ and Console Based Gameplay ","archived":false,"fork":false,"pushed_at":"2023-11-17T18:03:01.000Z","size":49,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T03:37:31.375Z","etag":null,"topics":["collaborate","communityexchange","ghdesktop","github","github-codespaces"],"latest_commit_sha":null,"homepage":null,"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/kunalshah017.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2023-05-19T06:48:06.000Z","updated_at":"2023-10-06T05:46:48.000Z","dependencies_parsed_at":"2023-11-17T19:33:42.201Z","dependency_job_id":"ad65cc73-8550-40b9-b947-eef62b7e8a42","html_url":"https://github.com/kunalshah017/Tic-Tac-Toe","commit_stats":null,"previous_names":["kunalshah017/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":"kunalshah017/Template-repo-CPP","purl":"pkg:github/kunalshah017/Tic-Tac-Toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalshah017%2FTic-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalshah017%2FTic-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalshah017%2FTic-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalshah017%2FTic-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kunalshah017","download_url":"https://codeload.github.com/kunalshah017/Tic-Tac-Toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalshah017%2FTic-Tac-Toe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267109055,"owners_count":24037616,"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-07-26T02:00:08.937Z","response_time":62,"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":["collaborate","communityexchange","ghdesktop","github","github-codespaces"],"created_at":"2025-01-25T11:13:05.515Z","updated_at":"2025-07-26T02:41:32.373Z","avatar_url":"https://github.com/kunalshah017.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e Console-based Tic Tac Toe Game \u003c/h1\u003e\n\n\u003cimg src=\"https://i.pinimg.com/originals/d0/60/76/d060769c9561391e5ab09286b03ecc79.jpg\" alt=\"Tic Tac Toe\" width=\"200\" height=\"200\" align=\"right\"\u003e\n\nThis is a console-based implementation of the popular Tic Tac Toe game, written in C++. The game allows two players to play against each other on a 3x3 grid.\n\n## Features\n\n- Interactive gameplay in the console\n- Clear and intuitive user interface\n- Error handling for invalid moves\n- Intelligent computer player (optional)\n\n## Contributors\n\n[![Contributors](https://contrib.rocks/image?repo=kunalshah017/tic-tac-toe)](https://github.com/kunalshah017/tic-tac-toe/graphs/contributors)\n#### people who made this possible ❤\n\n## Getting Started\n\n### Prerequisites\n\nTo compile and run the Tic Tac Toe game, you need to have the following software installed on your system:\n\n- C++ compiler (supporting C++11 or later)\n- Make sure the necessary libraries are available (standard library).\n\n### Compilation\n\nTo compile the game, run the following command in your terminal or command prompt:\n```\ng++ -std=c++11 main.cpp -o tictactoe\n```\n\n### Running the Game\n\nAfter successful compilation, you can run the game by executing the compiled binary:\n\n```\n./tictactoe\n```\n\n\nFollow the on-screen instructions to play the game. Players can take turns and enter their moves by entering the corresponding position number. The game will display the updated board after each move and determine the winner or a draw when applicable.\n\n## Game Rules\n\n1. The game is played on a 3x3 grid.\n2. Two players take turns to mark a vacant cell with their respective symbols (X and O).\n3. The objective is to get three of their symbols in a horizontal, vertical, or diagonal row.\n4. The game ends when either one player achieves the winning condition or there are no more vacant cells left (a draw).\n\n## Customize the Game\n\nIf you want to customize the game further, you can explore the source code files:\n\n- `main.cpp`: Contains the main entry point and user interface logic.\n\nFeel free to modify and enhance the code as per your requirements.\n\n## Acknowledgements\n\nThe image used in this README is sourced from [Pinterest](https://i.pinimg.com/originals/d0/60/76/d060769c9561391e5ab09286b03ecc79.jpg). All rights belong to the original creator.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunalshah017%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunalshah017%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunalshah017%2Ftic-tac-toe/lists"}