{"id":23648111,"url":"https://github.com/eshaagarwa/tic-tac-toe","last_synced_at":"2025-09-09T00:38:58.121Z","repository":{"id":174739396,"uuid":"652551630","full_name":"eshaagarwa/Tic-Tac-Toe","owner":"eshaagarwa","description":"Tic-Tac-Toe project, a simple and interactive Java game that brings the classic childhood game to life 💻. Whether you’re just learning Java or want to have some fun, this project will give you an understanding of how to create interactive games using basic programming concepts and logic 🎮.","archived":false,"fork":false,"pushed_at":"2024-09-20T17:00:35.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T10:24:01.322Z","etag":null,"topics":["animation","game-development","python","python-library","tic-tac-toe"],"latest_commit_sha":null,"homepage":"","language":"Python","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/eshaagarwa.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":"2023-06-12T09:54:52.000Z","updated_at":"2024-09-20T17:10:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb44e582-24af-404d-8d12-bd26d989e0be","html_url":"https://github.com/eshaagarwa/Tic-Tac-Toe","commit_stats":null,"previous_names":["esha995/tic-tac-toe","eshaagarwa/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eshaagarwa/Tic-Tac-Toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshaagarwa%2FTic-Tac-Toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshaagarwa%2FTic-Tac-Toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshaagarwa%2FTic-Tac-Toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshaagarwa%2FTic-Tac-Toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eshaagarwa","download_url":"https://codeload.github.com/eshaagarwa/Tic-Tac-Toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshaagarwa%2FTic-Tac-Toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231102,"owners_count":25245687,"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-08T02:00:09.813Z","response_time":121,"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":["animation","game-development","python","python-library","tic-tac-toe"],"created_at":"2024-12-28T14:51:20.473Z","updated_at":"2025-09-09T00:38:58.098Z","avatar_url":"https://github.com/eshaagarwa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n🛠️ **Tic-Tac-Toe Java Game**: Play, Learn, and Enjoy! 🛠️\n\n🎉 Hey there! I’m excited to present my **Tic-Tac-Toe** project, a simple and interactive Java game that brings the classic childhood game to life 💻. Whether you’re just learning **Java** or want to have some fun, this project will give you an understanding of how to create interactive games using basic programming concepts and logic 🎮.\n\n🚀 **Project Features Overview** 🚀\n\n🎮 **Game Highlights** 🎮\n- **2-Player Mode**: Enjoy playing Tic-Tac-Toe with another player on the same system.\n- **Board Display**: A visual representation of the Tic-Tac-Toe board is displayed to the user after every move.\n- **Turn Tracking**: The program keeps track of whose turn it is, and it alternates between the two players.\n- **Win/Lose/Draw Conditions**: After each move, the program checks for a win, loss, or draw and declares the result accordingly.\n\n🛠️ **Core Concepts Used** 🛠️\nThis project uses basic **Java concepts** like:\n- **2D Arrays**: To represent the Tic-Tac-Toe board.\n- **Loops \u0026 Conditionals**: For turn-taking, checking win conditions, and updating the board.\n- **User Input**: The game takes input from users to place their marks ('X' or 'O') on the board.\n  \n📜 **Main Algorithms \u0026 Files** 📜\n- **TicTacToe.java**: Contains the entire code logic, from initializing the board to checking for the winner and handling turns.\n\n🛠️ **Technologies Used** 🛠️\n- **Java**: The core programming language used to develop the game.\n- **Arrays**: To hold and manipulate game data (the board and player moves).\n\n🚀 **Requirements** 🚀\n- **IDE**: You can run the project on any IDE like **Eclipse**, **NetBeans**, or **VSCode**.\n- **Java Knowledge**: Basic knowledge of Java programming and **arrays** will help you understand the code structure.\n- **Command Line**: The game runs directly in the command-line interface, making it easy to play and test.\n\n🌟 **How to Play \u0026 Explore** 🌟\n1. **Clone the repository**: `git clone https://github.com/eshaagarwa/Tic-Tac-Toe.git`\n2. **Run the project**: Open `TicTacToe.java` in your IDE or compile and run it through the terminal.\n3. **Have fun playing!** Take turns placing your marks and see who wins!\n\n   \u003cimg src=\"img/tic-tac-toe game.png\" alt=\"tic-tac-toe\" width=\"500\" height=\"600\"\u003e\n   \u003cimg src=\"img/tic-tac-toe .png\" alt=\"tic-tac-toe\" width=\"500\" height=\"600\"\u003e\n\n🌟 **Enjoy Exploring!** 🌟  \nFeel free to dive into my **Tic-Tac-Toe** project and explore how Java can be used to create fun and interactive games. Your feedback is always welcome! 🎮 Happy coding! 🚀💻\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshaagarwa%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feshaagarwa%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshaagarwa%2Ftic-tac-toe/lists"}