{"id":21933344,"url":"https://github.com/ishaqadhel/tictactoe","last_synced_at":"2025-09-01T07:38:35.567Z","repository":{"id":141545511,"uuid":"330699188","full_name":"ishaqadhel/TicTacToe","owner":"ishaqadhel","description":"TicTacToe game using Java Language.","archived":false,"fork":false,"pushed_at":"2021-08-29T15:11:30.000Z","size":500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T13:28:15.550Z","etag":null,"topics":["java","oop","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/ishaqadhel.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":"2021-01-18T14:54:46.000Z","updated_at":"2021-08-29T15:11:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"54402d6b-6139-44c6-9469-7651ac561687","html_url":"https://github.com/ishaqadhel/TicTacToe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishaqadhel/TicTacToe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaqadhel%2FTicTacToe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaqadhel%2FTicTacToe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaqadhel%2FTicTacToe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaqadhel%2FTicTacToe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishaqadhel","download_url":"https://codeload.github.com/ishaqadhel/TicTacToe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaqadhel%2FTicTacToe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273089450,"owners_count":25043751,"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-01T02:00:09.058Z","response_time":120,"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":["java","oop","tictactoe"],"created_at":"2024-11-29T00:10:08.757Z","updated_at":"2025-09-01T07:38:35.519Z","avatar_url":"https://github.com/ishaqadhel.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TicTacToe\n\n## 📓 About\nTic Tac Toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. This game created by using Java Language Programming (OOP).\n\n## 📋 Features\n- Insert Name\n- Score each player saved till you close the frame\n- Vs Computer Mode\n- 2 Player Mode\n\n## 🔧 Tools\n- Java\n- Eclipse IDE\n\n## 🧾 Program Components\n\n### 🖼️ Class Frame : \n- Home\n- ModeFrame\n- PlayerFrame\n- CompFrame\n- GamesFrame\n- GamesCompFrame\n\n### 🤵 Class : \n- Main\n- Player\n- Human (extends Player)\n- Computer (extends Human)\n\n## 💻 Program Flow\n- Start Main to initiate program\n- From Main it will open Home Frame\n- From Home Frame click 'PLAY' Button to go to ModeFrame\n- In ModeFrame choose mode (vs Computer or vs Player), after click vs Button it will open CompFrame / PlayerFrame\n- In PlayerFrame / CompFrame insert your name to play, after that click 'PLAY' Button\n- After you click 'PLAY' Button in PlayerFrame / CompFrame the program will open GameFrame / GameCompFrame\n- Happy Playing!\n\n## ➖ Disadvantages\n- From one menu to another still using JFrame not JPanel\n- Vs Computer Mode, Computer Move still use random button not minimax algorithm\n\n## 👁️ Preview\n\n### 🏠 Home Screen\n![home](https://user-images.githubusercontent.com/49280352/131254938-8a8b522f-c54c-4ffd-a2f1-21458f7f0dca.png)\n\n### 📇 Main Menu\n![gamemode](https://user-images.githubusercontent.com/49280352/131254950-deca5a1a-fe7e-4659-b476-2f0ddc9a9765.png)\n\n### 👨 One-Player Mode Profile\n![oneplayer-profile](https://user-images.githubusercontent.com/49280352/131255072-f1815074-9fb3-4980-9e6e-ea5d4bf36234.gif)\n\n### 👨 One-Player Mode In Game\n![oneplayer-ingame](https://user-images.githubusercontent.com/49280352/131255106-875e005c-ecaa-4f28-8297-d6bde62b789a.gif)\n\n### 🤼 Two-Player Mode Profile\n![twoplayer-profile](https://user-images.githubusercontent.com/49280352/131255118-195b1d69-03d3-476c-b97d-4fc79dc65e7d.gif)\n\n### 🤼 Two-Player Mode In Game\n![twoplayer-ingame](https://user-images.githubusercontent.com/49280352/131255147-3612b605-30fc-4bb2-85da-d19bb0c6b54a.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaqadhel%2Ftictactoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishaqadhel%2Ftictactoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaqadhel%2Ftictactoe/lists"}