{"id":23527506,"url":"https://github.com/thestevendev/serializedtictactoe","last_synced_at":"2025-05-14T10:22:44.335Z","repository":{"id":165982922,"uuid":"641395287","full_name":"TheStevenDev/SerializedTicTacToe","owner":"TheStevenDev","description":"Serialized Tic Tac Toe Game in Java","archived":false,"fork":false,"pushed_at":"2023-05-16T11:40:42.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T10:22:40.240Z","etag":null,"topics":["games","java","javaserialization","serialization","tictactoe"],"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/TheStevenDev.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-05-16T11:35:10.000Z","updated_at":"2024-04-09T09:43:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c306a3f-6622-4f10-91ae-4347a72b0588","html_url":"https://github.com/TheStevenDev/SerializedTicTacToe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FSerializedTicTacToe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FSerializedTicTacToe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FSerializedTicTacToe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheStevenDev%2FSerializedTicTacToe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheStevenDev","download_url":"https://codeload.github.com/TheStevenDev/SerializedTicTacToe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254120233,"owners_count":22017959,"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":["games","java","javaserialization","serialization","tictactoe"],"created_at":"2024-12-25T20:14:39.524Z","updated_at":"2025-05-14T10:22:44.316Z","avatar_url":"https://github.com/TheStevenDev.png","language":"Java","readme":"\n\u003chtml\u003e\n\u003cbody\u003e\n  \u003ch1\u003eTic-Tac-Toe in Java against Bot\u003c/h1\u003e\n  \u003ch2\u003eFeatures\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003ePlay against an intelligent Tic-Tac-Toe bot.\u003c/li\u003e\n    \u003cli\u003eView your game statistics.\u003c/li\u003e\n    \u003cli\u003eReplay the game.\u003c/li\u003e\n    \u003cli\u003eSave and open games using serialization.\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003ch2\u003eGetting Started\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003eClone the repository.\u003c/li\u003e\n    \u003cli\u003eOpen the project in your preferred Java IDE.\u003c/li\u003e\n    \u003cli\u003eCompile and run the \u003ccode\u003eMain\u003c/code\u003e class.\u003c/li\u003e\n  \u003c/ol\u003e\n  \u003ch2\u003eHow to Play\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003eThe game board consists of a 3x3 grid.\u003c/li\u003e\n    \u003cli\u003eEach cell on the grid is represented by a number from 1 to 9.\u003c/li\u003e\n    \u003cli\u003eTo make a move, enter the number corresponding to the cell where you want to place your symbol (X or O).\u003c/li\u003e\n    \u003cli\u003eThe bot will automatically make its move after you.\u003c/li\u003e\n    \u003cli\u003eThe game continues until one player wins or the game ends in a draw.\u003c/li\u003e\n    \u003cli\u003eEnjoy playing Tic-Tac-Toe against the bot!\u003c/li\u003e\n  \u003c/ol\u003e\n  \u003ch2\u003eGame Statistics\u003c/h2\u003e\n  \u003cp\u003eThe game keeps track of the following statistics:\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eTotal games played\u003c/li\u003e\n    \u003cli\u003eGames won by the player\u003c/li\u003e\n    \u003cli\u003eGames won by the bot\u003c/li\u003e\n    \u003cli\u003eGames ended in a draw\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003ch2\u003eReplay Game\u003c/h2\u003e\n  \u003cp\u003eAfter finishing a game, you have the option to replay it. This allows you to analyze your moves and strategies.\u003c/p\u003e\n  \u003ch2\u003eSave/Open Games\u003c/h2\u003e\n  \u003cp\u003eYou can save your current game or open a previously saved game using serialization. This feature allows you to continue a game at a later time.\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthestevendev%2Fserializedtictactoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthestevendev%2Fserializedtictactoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthestevendev%2Fserializedtictactoe/lists"}