{"id":23346245,"url":"https://github.com/viet281101/othelloai","last_synced_at":"2026-05-05T23:32:19.006Z","repository":{"id":209497234,"uuid":"724220497","full_name":"Viet281101/OthelloAI","owner":"Viet281101","description":"This is a small project to create AI for Othello using C with openGL GLUT. Othello is a strategy board game for two players (Black and White), played on an 8 by 8 board. The game traditionally begins with four discs placed in the middle of the board.","archived":false,"fork":false,"pushed_at":"2024-07-16T23:02:54.000Z","size":1853,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T17:19:26.008Z","etag":null,"topics":["ai-game","c","glut","opengl"],"latest_commit_sha":null,"homepage":"","language":"C","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/Viet281101.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-11-27T16:32:38.000Z","updated_at":"2024-07-16T23:02:58.000Z","dependencies_parsed_at":"2023-12-09T01:26:22.228Z","dependency_job_id":"8373b9f7-c144-471e-be29-98281eefc248","html_url":"https://github.com/Viet281101/OthelloAI","commit_stats":null,"previous_names":["viet281101/othelloai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Viet281101/OthelloAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viet281101%2FOthelloAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viet281101%2FOthelloAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viet281101%2FOthelloAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viet281101%2FOthelloAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Viet281101","download_url":"https://codeload.github.com/Viet281101/OthelloAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Viet281101%2FOthelloAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ai-game","c","glut","opengl"],"created_at":"2024-12-21T07:13:10.925Z","updated_at":"2026-05-05T23:32:18.987Z","avatar_url":"https://github.com/Viet281101.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI for Othello Game\n\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Viet281101/OthelloAI) ![Github language count](https://img.shields.io/github/languages/count/Viet281101/OthelloAI) ![GitHub Created At](https://img.shields.io/github/created-at/Viet281101/OthelloAI)\n\nAn Othello game with AI using C language and [OpenGL](https://github.com/McNopper/OpenGL) GLUT. There are 2 game modes: playing with a human and playing with artificial intelligence.\n\nTo learn how to play Othello, click on the following image:\n\n[![alt text](othello_start.png)](https://www.eothello.com/)\n\n## Compilation\n\n### Prerequisites:\n- Install Make with the command:\n\t```bash\n\tsudo apt-get install make\n\t```\n- And install [GLUT](https://github.com/FreeGLUTProject/freeglut):\n\t```bash\n\tsudo apt-get install freeglut3 freeglut3-dev\n\t```\n\tor\n\t```bash\n\tsudo apt-get install libglut3-dev\n\t```\n\n- Clone the project from [my GitHub](https://github.com/Viet281101/OthelloAI) to your computer:\n\t```bash\n\tgit clone https://github.com/Viet281101/OthelloAI.git\n\t```\n\n\n### To compile the game:\n- Go to the project directory \"AI_Player\" or \"Human_Player\"\n\t```bash\n\tcd Human_Player/\n\t```\n\tor\n\t```bash\n\tcd AI_Player/\n\t```\n- Compile with the Makefile:\n\t```bash\n\tmake\n\t```\n\n## Launch:\n- Run the **othello** file\n\t```bash\n\t./othello\n\t```\n\n## Clean:\n- Clean the files with make:\n\t```bash\n\tmake clean\n\t```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviet281101%2Fothelloai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviet281101%2Fothelloai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviet281101%2Fothelloai/lists"}