{"id":27377954,"url":"https://github.com/jusexton/checke-rs","last_synced_at":"2025-04-13T13:08:58.685Z","repository":{"id":175119148,"uuid":"644684680","full_name":"jusexton/checke-rs","owner":"jusexton","description":"Checkers engine written in the rust programming language!","archived":false,"fork":false,"pushed_at":"2024-01-29T00:08:33.000Z","size":60,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T13:08:56.030Z","etag":null,"topics":["checkers","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/checke-rs","language":"Rust","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/jusexton.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}},"created_at":"2023-05-24T03:29:56.000Z","updated_at":"2023-08-09T23:01:19.000Z","dependencies_parsed_at":"2024-01-29T01:54:14.071Z","dependency_job_id":"be2ac7ec-fff2-4863-8db7-2351cb51d049","html_url":"https://github.com/jusexton/checke-rs","commit_stats":null,"previous_names":["jsextonn/checke-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jusexton%2Fchecke-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jusexton%2Fchecke-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jusexton%2Fchecke-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jusexton%2Fchecke-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jusexton","download_url":"https://codeload.github.com/jusexton/checke-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717241,"owners_count":21150389,"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":["checkers","rust"],"created_at":"2025-04-13T13:08:58.086Z","updated_at":"2025-04-13T13:08:58.668Z","avatar_url":"https://github.com/jusexton.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# checke-rs\n\n![](https://github.com/jsextonn/checke-rs/workflows/build/badge.svg)\n\nFeature rich and easy to use checkers engine written in the rust programming language.\n\n## Quick Look\n\n```rust\nfn main() {\n    // Initializes a new board with classical checkers starting positions.\n    let board = Board::default();\n\n    // Commence the game by pushing turns. \n    // Turns can be represented by many different types and can consist of many moves.\n    board.push_turn(\"23x18\").unwrap();\n\n    // Easily revert turns by popping the last turn made.\n    let popped_state = board.pop_turn();\n\n    // The state of the game can easily be iterated via history.\n    for state in board.history {\n        // Iterate each state the board was ever in\n    }\n\n    // Convenient methods for retrieving commonly accessed state.\n    let initial_state = board.initial_state();\n    let current_state = board.current_state();\n\n    // Board state contains the state of the game at a given point in time.\n    let black_pieces = current_state.black_pieces();\n    let red_kings = current_state.red_kings();\n}\n```\n\n## Warning\n\nThis library is still under heavy development and breaking changes to the API are almost a certainty!\n\n## License\n\nThis project is licensed under the [MIT license].\n\n[mit license]: https://github.com/JSextonn/checke-rs/blob/master/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjusexton%2Fchecke-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjusexton%2Fchecke-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjusexton%2Fchecke-rs/lists"}