{"id":20106253,"url":"https://github.com/y1r/reversi","last_synced_at":"2025-07-17T13:34:36.439Z","repository":{"id":76034382,"uuid":"113835990","full_name":"y1r/reversi","owner":"y1r","description":"reversi/othello game in c++.","archived":false,"fork":false,"pushed_at":"2017-12-18T07:46:15.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T17:48:41.649Z","etag":null,"topics":["cpp","reversi"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/y1r.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}},"created_at":"2017-12-11T09:01:27.000Z","updated_at":"2017-12-19T02:14:42.000Z","dependencies_parsed_at":"2023-03-06T23:30:54.207Z","dependency_job_id":null,"html_url":"https://github.com/y1r/reversi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/y1r/reversi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1r%2Freversi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1r%2Freversi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1r%2Freversi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1r%2Freversi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y1r","download_url":"https://codeload.github.com/y1r/reversi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1r%2Freversi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265611385,"owners_count":23797878,"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":["cpp","reversi"],"created_at":"2024-11-13T17:49:36.778Z","updated_at":"2025-07-17T13:34:36.390Z","avatar_url":"https://github.com/y1r.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reversi\nImplementation of Reversi/Othello Game in C++14.\n\n## Implemented Algorithms\n- Mini-Max Method\n- Alpha-Beta Method\n- User (stdin)\n- Random (select first-placeable disk) \n\n## How to Use\n```sh\ngit clone https://github.com/y1r/reversi\ncd reversi\ncmake .\nmake\n./reversi -a 8 -m 7\n# This means \"run reversi with alpha-beta(depth=8) and MiniMax(depth=7)\"\n```\n\n```\n./reversi [BLACK] [WHITE]\n[BLACK|WHITE]\n         -a [search_depth]; alphabeta-method\n         -m [search_depth]; minimax-method\n         -u; user\n         -r; random\n```\n\n## LICENSE\nApache License Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy1r%2Freversi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy1r%2Freversi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy1r%2Freversi/lists"}