{"id":20286074,"url":"https://github.com/komoto388/reversi","last_synced_at":"2026-05-17T15:06:11.823Z","repository":{"id":206627589,"uuid":"711011995","full_name":"komoto388/reversi","owner":"komoto388","description":"「Reversi : リバーシ」 はシンプルなリバーシのボードゲームです。","archived":false,"fork":false,"pushed_at":"2023-11-13T13:51:12.000Z","size":327,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T22:50:50.167Z","etag":null,"topics":["cui","gui","java","javafx","reversi","reversi-game"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/komoto388.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-28T00:50:17.000Z","updated_at":"2023-11-20T03:03:34.000Z","dependencies_parsed_at":"2023-11-11T07:26:41.952Z","dependency_job_id":"fe88b80a-37de-44e0-9575-aef8f78b37d9","html_url":"https://github.com/komoto388/reversi","commit_stats":null,"previous_names":["komoto388/reversi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/komoto388/reversi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komoto388%2Freversi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komoto388%2Freversi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komoto388%2Freversi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komoto388%2Freversi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/komoto388","download_url":"https://codeload.github.com/komoto388/reversi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komoto388%2Freversi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cui","gui","java","javafx","reversi","reversi-game"],"created_at":"2024-11-14T14:30:49.637Z","updated_at":"2026-05-17T15:06:11.528Z","avatar_url":"https://github.com/komoto388.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![icon](https://github.com/komoto388/reversi/assets/146818126/5fd5aafb-2417-4c24-9b9e-0b33c548781b) Reversi : リバーシ\n\n**「Reversi : リバーシ」** はシンプルなリバーシです。\n\n# 動作イメージ\n\n\u003cimg src=\"https://github.com/komoto388/reversi/assets/146818126/7170a1de-c728-4e11-9ea3-1d0a5f0bfb2e\" width=\"400\"\u003e\n\n\u003cimg src=\"https://github.com/komoto388/reversi/assets/146818126/2aa21ad8-bd54-4c97-9c5c-8e91898e7ab6\" width=\"400\"\u003e\n\n\u003cimg src=\"https://github.com/komoto388/reversi/assets/146818126/2b133cdd-ed01-49b8-8f41-ec91bfe8abe8\" width=\"400\"\u003e\n\n\u003cimg src=\"https://github.com/komoto388/reversi/assets/146818126/014f93c1-b48f-415b-8db7-59b822835185\" width=\"400\"\u003e\n\n# 特徴\n\n* CUI と GUI の両方で動作します\n* 人間 vs 人間、人間 vs COM、COM vs COM の対戦が可能です\n* 棋譜を表示できます\n* 対戦中の石の数の推移を、結果画面でグラフィカルに確認できます \n\n# 要件\n\n「Windows 11 22H2」での動作することを確認しています。（他のOSでの動作は未検証です）\n\n本プログラムのプログラミング言語は Java を使用しています。\nまた、GUIフレームワークは JavaFX を使用しています。\n\n* JDK 21\n* Java FX 21\n\n\n# 全体の状態遷移図\n\n以下のように状態遷移します。\n\n```mermaid\nstateDiagram-v2\n[*] --\u003e PlayerSelect\nPlayerSelect --\u003e Reversi: Enter player setting\nState Reversi {\n    state if_skip \u003c\u003cchoice\u003e\u003e\n    state if_manual \u003c\u003cchoice\u003e\u003e\n    state if_judege \u003c\u003cchoice\u003e\u003e\n    \n    [*] --\u003e PLAY\n    PLAY --\u003e if_skip\n    if_skip --\u003e SKIP:Skip\n    SKIP --\u003e JUDGE\n    if_skip --\u003e if_manual:No Skip\n    if_manual --\u003e PLAY_MANUAL:Manual\n    if_manual --\u003e PLAY_COM:COM\n    PLAY_MANUAL --\u003e JUDGE:put\n    PLAY_MANUAL --\u003e SKIP:skip\n    PLAY_COM --\u003e JUDGE:put\n    PLAY_COM --\u003e SKIP:skip\n    JUDGE --\u003e if_judege\n    if_judege --\u003e PLAY:Not Finish\n    if_judege --\u003e FINISH:Finish\n    FINISH --\u003e [*]\n}\nReversi --\u003e Result\nstate Result {\n    DetailResult\n    Record\n    Graph\n}\nResult --\u003e [*]\n``` \n\nスキップ処理は原則、システム側で自動的に石を置く場所がないか探索し、場所がない場合のみ SKIP 状態になります。\nただし、プレイヤー側が正しく算出できなかった場合のために、プレイヤーから SKIP に遷移することもあります。\n\n# 開発者情報\n\n* komoto\n\n# License\n\n* [MIT license](https://en.wikipedia.org/wiki/MIT_License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomoto388%2Freversi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkomoto388%2Freversi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomoto388%2Freversi/lists"}