{"id":21710746,"url":"https://github.com/dikshitadas/tictactoe","last_synced_at":"2025-03-20T17:52:37.439Z","repository":{"id":246064554,"uuid":"819996773","full_name":"DikshitaDas/TicTacToe","owner":"DikshitaDas","description":"A Tic-Tac-Toe game built using Java Swing, allowing two players to compete in this classic game, taking turns to place 'X' or 'O' on the board.","archived":false,"fork":false,"pushed_at":"2024-10-19T07:29:08.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:41:56.549Z","etag":null,"topics":["awt","awt-gui","board-game","java","java-22","java-2d-game","swing-components","swing-gui","tictactoe-game"],"latest_commit_sha":null,"homepage":"","language":"Java","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/DikshitaDas.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}},"created_at":"2024-06-25T15:36:15.000Z","updated_at":"2024-10-19T07:29:12.000Z","dependencies_parsed_at":"2024-06-25T17:27:10.213Z","dependency_job_id":"d5bad57a-39d1-444b-8903-66868f1415e6","html_url":"https://github.com/DikshitaDas/TicTacToe","commit_stats":null,"previous_names":["dikshitadas/tictactoe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DikshitaDas%2FTicTacToe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DikshitaDas%2FTicTacToe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DikshitaDas%2FTicTacToe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DikshitaDas%2FTicTacToe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DikshitaDas","download_url":"https://codeload.github.com/DikshitaDas/TicTacToe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666493,"owners_count":20490287,"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":["awt","awt-gui","board-game","java","java-22","java-2d-game","swing-components","swing-gui","tictactoe-game"],"created_at":"2024-11-25T23:17:19.523Z","updated_at":"2025-03-20T17:52:37.402Z","avatar_url":"https://github.com/DikshitaDas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎮 TicTacToe Game\n\nA classic **Tic-Tac-Toe** game built with **Java Swing**, providing a fun and simple way to play the timeless game with a clean graphical interface.\n\n![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?\u0026style=flat\u0026logo=java\u0026logoColor=white)\n![Swing](https://img.shields.io/badge/Swing-Framework-orange?style=flat)\n\n\u003cimg src=\"https://github.com/DikshitaDas/TicTacToe/blob/main/game%20board/Screenshot%202024-10-19%20124544.png\" width=\"800\"\u003e\n\u003cimg src=\"https://github.com/DikshitaDas/TicTacToe/blob/main/game%20board/Screenshot%202024-10-19%20124616.png\" width=\"800\"\u003e\n\u003cimg src=\"https://github.com/DikshitaDas/TicTacToe/blob/main/game%20board/Screenshot%202024-10-19%20125734.png\" width=\"800\"\u003e\n\n## ℹ️ About\n\nA **Tic-Tac-Toe** game built using **Java Swing**, allowing two players to compete in this classic game, taking turns to place 'X' or 'O' on the board.\n\n## 🚀 Features\n\n- ✖️ **Two-player gameplay**: Play as 'X' or 'O' with a friend.\n- 🎨 **Graphical User Interface (GUI)**: Clean and interactive design using **Java Swing**.\n- 🧠 **Win-checking logic**: Automatically detects when a player wins or if the game results in a draw.\n- 🔄 **Restart option**: Reset the game board for a new match.\n\n## 📦 Installation\n\n### 1. Clone the Repository\n```bash\ngit clone https://github.com/DikshitaDas/TicTacToe.git\ncd TicTacToe\n```\n\n### 2. Compile and Run the Game\n```bash\njavac TicTacToe.java\njava TicTacToe\n```\n\n## 🛠 Technologies Used\n\n| Technology  | Logo |\n|-------------|------|\n| **Java**    | ![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?\u0026style=flat\u0026logo=java\u0026logoColor=white) |\n| **Swing**   | ![Swing](https://img.shields.io/badge/Swing-Framework-orange?style=flat) |\n\n## 🤝 Contributing\n\nContributions are welcome! Here's how you can contribute:\n\n1. Fork the repository 🍴\n2. Create a new branch (`git checkout -b feature/amazing-feature`) 🚧\n3. Commit your changes (`git commit -m 'Add a new feature'`) 📝\n4. Push to the branch (`git push origin feature/amazing-feature`) 📤\n5. Open a pull request 📬\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for more details. 📃\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikshitadas%2Ftictactoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdikshitadas%2Ftictactoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikshitadas%2Ftictactoe/lists"}