{"id":20400611,"url":"https://github.com/efecanxrd/othello-game","last_synced_at":"2026-06-06T00:31:43.482Z","repository":{"id":138288732,"uuid":"492251010","full_name":"efecanxrd/Othello-Game","owner":"efecanxrd","description":"Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay","archived":false,"fork":false,"pushed_at":"2022-05-14T16:00:56.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T01:41:25.751Z","etag":null,"topics":["alpha-beta","alpha-beta-algorithm","alpha-beta-pruning","alpha-beta-search","alphabeta-minimax-search","minimax","minimax-agent","minimax-algorithm","minimax-alpha-beta-pruning","minimax-search","othello","othello-ai","othello-game","othello-with-ai","reversi","reversi-ai","reversi-game"],"latest_commit_sha":null,"homepage":"","language":"Python","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/efecanxrd.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":"2022-05-14T15:15:03.000Z","updated_at":"2023-07-29T10:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"228649b6-101b-48d1-be34-d03368724c42","html_url":"https://github.com/efecanxrd/Othello-Game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/efecanxrd/Othello-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efecanxrd%2FOthello-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efecanxrd%2FOthello-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efecanxrd%2FOthello-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efecanxrd%2FOthello-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efecanxrd","download_url":"https://codeload.github.com/efecanxrd/Othello-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efecanxrd%2FOthello-Game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33965591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","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":["alpha-beta","alpha-beta-algorithm","alpha-beta-pruning","alpha-beta-search","alphabeta-minimax-search","minimax","minimax-agent","minimax-algorithm","minimax-alpha-beta-pruning","minimax-search","othello","othello-ai","othello-game","othello-with-ai","reversi","reversi-ai","reversi-game"],"created_at":"2024-11-15T04:41:45.444Z","updated_at":"2026-06-06T00:31:43.451Z","avatar_url":"https://github.com/efecanxrd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Othello Game\n![EfecanLogo](https://avatars.githubusercontent.com/u/66366306?s=100\u0026u=dc5e6f5b4a05d07958d9a867b803760aa2b1613e\u0026v=4)\n### Othello Game (Also known as Reversi) It was created with the Minimax algorithm (Alpha-Beta pruning). \n### This game allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay\n![XhW](https://i.imgur.com/qHAcfhX.gif)\n## Setup This Project\n### Install Python3x\n- I recommend that you install Python3.8x\n### Install Libraries\n- 1 external library was used in the project. You can install the module by typing in the terminal :\n```shell\npip install func-timeout\n```\n### Start the game!\n```shell\npython main.py\n```\n## How this is working?\nThis is an othello game project using the minimax algorithm (with alpha-beta pruning). **Code comments were entered as # comments on each line.**\nIn the game I developed, Random Player can play against Human(You), Human(You) against ai, ai aganist ai, randomplayer aganist ai.\n- *ai.py*: File with AI's algorithm\n- *board.py* The file from which the board you see in the console is made\n- *game.py*: The file containing the general gameplay and rule blocks of the game\n- *human.py*: The human game algorithm. It takes input from you etc.\n- *main.py*: The main file. Everything comes together here. You have to run this file to start the game\n- *player.py*: Motion functions etc.\n- *RandomPlayer.py*: Algorithm for random motion play\n\n💖 Don't forget to star!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefecanxrd%2Fothello-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefecanxrd%2Fothello-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefecanxrd%2Fothello-game/lists"}