{"id":21354626,"url":"https://github.com/yilmaz08/chess-engine","last_synced_at":"2025-07-20T05:32:43.605Z","repository":{"id":244683188,"uuid":"812763866","full_name":"yilmaz08/chess-engine","owner":"yilmaz08","description":"Simple chess engine written in python","archived":false,"fork":false,"pushed_at":"2024-06-24T17:44:46.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T05:10:39.615Z","etag":null,"topics":["bot","chess","chess-engine"],"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/yilmaz08.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":"2024-06-09T20:08:55.000Z","updated_at":"2024-07-21T18:49:24.000Z","dependencies_parsed_at":"2024-06-16T18:39:44.875Z","dependency_job_id":"96aff4b1-c8d8-46b8-a286-5577c69d87a6","html_url":"https://github.com/yilmaz08/chess-engine","commit_stats":null,"previous_names":["yilmaz08/chess-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yilmaz08/chess-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fchess-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fchess-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fchess-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fchess-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yilmaz08","download_url":"https://codeload.github.com/yilmaz08/chess-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilmaz08%2Fchess-engine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"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":["bot","chess","chess-engine"],"created_at":"2024-11-22T04:13:52.263Z","updated_at":"2025-07-20T05:32:43.577Z","avatar_url":"https://github.com/yilmaz08.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chess Engine\nThis chess engine is fully based on python with no module but random. It uses a weird notation created fully by me. I hope to get it better.\n## How it works\nBasically, it just lists every possible move in a specific board and then evaluates every board with preset weights. For now:\n```\nPIECE_EVAL_MULTIPLIER = 1\nCHECK_EVAL_MULTIPLIER = 0.5\nPROTECTED_TILE_EVAL_MULTIPLIER = 0.05\nENEMY_PROTECTED_TILE_EVAL_MULTIPLIER = -0.05\nHANGING_PIECE_EVAL_MULTIPLIER = -0.75\nENEMY_HANGING_PIECE_EVAL_MULTIPLIER = 0.25\n```\nIt is not actually done yet. However it is already able to play chess (it doesn't play well obviously).\n\nIts current elo based on a chess.com account I have created for it is **350**. I hope to get it to 500 soon by improving the evaluation function and adding more parameters.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilmaz08%2Fchess-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyilmaz08%2Fchess-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilmaz08%2Fchess-engine/lists"}