{"id":25056373,"url":"https://github.com/mohammed-3tef/tic_tac_masterpiece_gui","last_synced_at":"2026-03-11T19:33:31.522Z","repository":{"id":269086943,"uuid":"899100353","full_name":"Mohammed-3tef/Tic_Tac_Masterpiece_GUI","owner":"Mohammed-3tef","description":"A modern, interactive, and visually appealing implementation of the classic Tic Tac Toe game with a graphical user interface (GUI). Play against a friend or challenge a random computer player to test your strategy and decision-making skills!","archived":false,"fork":false,"pushed_at":"2025-05-25T06:13:06.000Z","size":18723,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T07:25:41.663Z","etag":null,"topics":["clean-code","cpp","fcai-cu","games","oop","qt","tic-tac-toe"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mohammed-3tef.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}},"created_at":"2024-12-05T16:11:04.000Z","updated_at":"2025-05-25T06:13:10.000Z","dependencies_parsed_at":"2025-01-24T13:34:15.986Z","dependency_job_id":"ca22bc95-7c6c-4bf9-aa9f-ff861348661d","html_url":"https://github.com/Mohammed-3tef/Tic_Tac_Masterpiece_GUI","commit_stats":null,"previous_names":["naghamprogrammer/tic-tac-toe-masterpiece-with-gui","mohammed-3tef/tic_tac_masterpiece_gui","mohammed-3tef/tic-tac-toe-masterpiece-with-gui"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Mohammed-3tef/Tic_Tac_Masterpiece_GUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-3tef%2FTic_Tac_Masterpiece_GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-3tef%2FTic_Tac_Masterpiece_GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-3tef%2FTic_Tac_Masterpiece_GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-3tef%2FTic_Tac_Masterpiece_GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohammed-3tef","download_url":"https://codeload.github.com/Mohammed-3tef/Tic_Tac_Masterpiece_GUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-3tef%2FTic_Tac_Masterpiece_GUI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259352987,"owners_count":22844745,"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":["clean-code","cpp","fcai-cu","games","oop","qt","tic-tac-toe"],"created_at":"2025-02-06T13:23:29.215Z","updated_at":"2026-03-11T19:33:31.490Z","avatar_url":"https://github.com/Mohammed-3tef.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n  Tic Tac Masterpiece With GUI 🎮\n  \u003cdiv \u003e \n    \u003ca href=\"https://deepwiki.com/Mohammed-3tef/Tic_Tac_Masterpiece_GUI\"\u003e \n      \u003cimg src=\"https://deepwiki.com/badge.svg\" alt=\"Ask DeepWiki\"\u003e \n    \u003c/a\u003e \n  \u003c/div\u003e\n\u003c/h1\u003e \n\nA modern, interactive, and visually appealing implementation of the classic Tic Tac Toe game with a graphical user interface (GUI). Play against a friend or challenge a random computer player to test your strategy and decision-making skills!\n\n## 📋 Features\n\n- **Single-Player Mode**: Play against a random computer player.\n- **Two-Player Mode**: Challenge a friend on the same device.\n- **Intuitive GUI**: Built with a sleek, user-friendly interface.\n- **Real-Time Feedback**: Instant indication of wins, losses, or ties.\n- **Reset Option**: Start a new game at any time.\n\n## 🖥️ Watch the Demo\n\nhttps://github.com/user-attachments/assets/31057961-e68f-48c7-b3d1-9933ca5557e5\n\n\n\n## 📥 Download\n\nGet the latest version of **Tic Tac Toe Masterpiece with GUI**: [Download Here](https://github.com/Mohammed-3tef/Tic_Tac_Masterpiece_GUI/releases/latest) \u003cbr\u003e\nVisit the release page to download the precompiled binaries for your system. Extract the downloaded file and run the executable to start playing!\n\n\n## 🚀 How to Run\n\n### Prerequisites\n- Install [Qt Framework](https://www.qt.io/) (version 5.12.18 or later).\n- Ensure you have a C++ compiler compatible with Qt Creator.\n\n### Steps\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/Mohammed-3tef/Tic_Tac_Masterpiece_GUI.git\n   cd Tic_Tac_Toe_Masterpiece_With_GUI\n   ```\n2. Open the project in **Qt Creator**.\n3. Build the project:\n   - Select the appropriate build configuration (`Debug` or `Release`).\n   - Click on the \"Build\" button in Qt Creator.\n4. Run the application by clicking the \"Run\" button.\n\n\n## 🛠️ Technology Stack\n\n- **Programming Language**: C++\n- **Framework**: Qt\n- **Design Paradigm**: Object-Oriented Programming (OOP)\n\n\n## 🧠 How It Works\n\n1. **Player Selection**: Choose between Single Player and Two Player modes.\n2. **Game Board**: Interact with the board to place your mark (X or O).\n3. **Win Logic**: The program determines if a player has won, lost, or tied.\n4. **Reset Option**: Start fresh by resetting the board.\n\n\n## 🤝 Contributions\n\nContributions are welcome! Here's how you can help:\n1. Fork the repository.\n2. Create a feature branch: `git checkout -b feature/YourFeatureName`.\n3. Commit your changes: `git commit -m \"Add YourFeatureName\"`.\n4. Push to the branch: `git push origin feature/YourFeatureName`.\n5. Submit a pull request.\n\n\n## 🌟 Acknowledgments\n\nWe would like to thank our professor, Dr. Mohamed El-Ramly, for his guidance and support throughout this project and our academic journey. We are grateful for the opportunity to work on this project and develop our programming skills.\n\n\n## 🖥️ Console Version\n\nPrefer the classic console-based experience? Check out the **Tic Tac Toe Masterpiece Console Version**: [Console Version Repository](https://github.com/Mohammed-3tef/Tic_Tac_Masterpiece)\n\n\n## ✍️ Authors\n\n- **Esraa Emary Abd El-Salam**: [GitHub](https://github.com/esraa-emary) - [LinkedIn](https://www.linkedin.com/in/esraa-emary-b372b8303/)\n- **Mohammed Atef Abd El-Kader**: [GitHub](https://github.com/Mohammed-3tef) - [LinkedIn](https://www.linkedin.com/in/mohammed-atef-b0a408299/)\n\n\n## 📜 License\n\nThis project is licensed under the [LICENSE](https://github.com/Mohammed-3tef/Tic-Tac-Toe-Masterpiece-With-GUI/blob/main/LICENSE). You are free to use, modify, and distribute this project.\n\n\n### **Enjoy the games! Have fun and let us know your thoughts!! 🎉🎲**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammed-3tef%2Ftic_tac_masterpiece_gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammed-3tef%2Ftic_tac_masterpiece_gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammed-3tef%2Ftic_tac_masterpiece_gui/lists"}