{"id":16659669,"url":"https://github.com/xiongtx/othello","last_synced_at":"2025-09-08T00:12:25.909Z","repository":{"id":67990012,"uuid":"109382616","full_name":"xiongtx/othello","owner":"xiongtx","description":"CLJS implementation of Othello per PAIP","archived":false,"fork":false,"pushed_at":"2017-11-05T21:02:30.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T06:09:44.462Z","etag":null,"topics":["clojurescript","othello"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/xiongtx.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-11-03T10:24:42.000Z","updated_at":"2017-11-03T10:29:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"735bad7e-b5eb-4427-a26a-d1b98d58e929","html_url":"https://github.com/xiongtx/othello","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiongtx/othello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongtx%2Fothello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongtx%2Fothello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongtx%2Fothello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongtx%2Fothello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiongtx","download_url":"https://codeload.github.com/xiongtx/othello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongtx%2Fothello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274113526,"owners_count":25224425,"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-07T02:00:09.463Z","response_time":67,"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":["clojurescript","othello"],"created_at":"2024-10-12T10:26:09.874Z","updated_at":"2025-09-08T00:12:25.832Z","avatar_url":"https://github.com/xiongtx.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Othello\n\n[ClojureScript](https://clojurescript.org/) implementation of Othello per Peter Norvig's [_Paradigms of Artificial Intelligence Programming_](https://norvig.com/paip.html) (PAIP), Chapter 18.\n\n## Usage\n\n### Development mode\n\nTo start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:\n\n```\nlein figwheel\n```\n\n### Building for production\n\n```\nlein clean\nlein package\n```\n\n## Improvements\n\n- [ ] Populate `edge-table` more quickly\n  - How best to precalculate and load?\n- [ ] Improve performance\n  - 3-ply Iago is pretty fast, 4-ply starts to be slow (though faster near the end where possibilities are reduced).\n  - Is the issue algorithmic, or could constant-factor improvements like [advanced CLJS compilation](https://clojurescript.org/reference/advanced-compilation) help?\n  - If algorithmic, consider improvements on α-β pruning like [negamax](https://en.wikipedia.org/wiki/Negamax).\n- [ ] Better UI\n- [ ] Better strategies (latest literature)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiongtx%2Fothello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiongtx%2Fothello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiongtx%2Fothello/lists"}