{"id":42236756,"url":"https://github.com/raylu/kingside","last_synced_at":"2026-01-27T03:40:23.969Z","repository":{"id":32027687,"uuid":"35598979","full_name":"raylu/kingside","owner":"raylu","description":"chess AI starter code","archived":false,"fork":false,"pushed_at":"2017-10-12T17:52:10.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T03:15:03.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/raylu.png","metadata":{"files":{"readme":"README","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}},"created_at":"2015-05-14T07:58:55.000Z","updated_at":"2020-03-22T07:04:17.000Z","dependencies_parsed_at":"2022-09-26T20:00:44.164Z","dependency_job_id":null,"html_url":"https://github.com/raylu/kingside","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raylu/kingside","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylu%2Fkingside","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylu%2Fkingside/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylu%2Fkingside/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylu%2Fkingside/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raylu","download_url":"https://codeload.github.com/raylu/kingside/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylu%2Fkingside/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28800120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:37:11.304Z","status":"ssl_error","status_checked_at":"2026-01-27T03:37:10.427Z","response_time":168,"last_error":"SSL_read: 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":[],"created_at":"2026-01-27T03:40:23.202Z","updated_at":"2026-01-27T03:40:23.961Z","avatar_url":"https://github.com/raylu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"KINGSIDE\n\nThis is some chess AI starter code. Contained within is a stripped down version\nof Donna. What's left is a barebones board representation, a position evaluator\nthat just counts pieces, and a searcher that always returns the first valid move.\n\nGETTING STARTED\n\nYou will need Go v1.3 or later (see https://golang.org/doc/install). Simply run\n`make` to build.\n\nKingside can be used with any chess GUI software that supports UCI protocol\n(such as pychess or cutechess). You can also launch kingside as standalone\ncommand-line program and play against it in interactive mode: `./kingside -i`.\n\nNEXT STEPS\n\n1. `git grep TODO`. Implement an evaluator (just add up piece values) and\nsearcher (negamax: https://en.wikipedia.org/wiki/Minimax). (Ignore the\ninsufficient material draw todo for now.)\n2. Browse https://chessprogramming.wikispaces.com/\n3. Implement alpha-beta pruning\n4. Implement a better evaluator\n5. Implement an opening book using book.go and\nhttps://github.com/michaeldv/donna_opening_books\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraylu%2Fkingside","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraylu%2Fkingside","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraylu%2Fkingside/lists"}