{"id":27362672,"url":"https://github.com/alexcmgit/chesskit","last_synced_at":"2025-04-13T03:33:45.624Z","repository":{"id":109371884,"uuid":"589362062","full_name":"alexcmgit/chesskit","owner":"alexcmgit","description":"Basic Dart chess engine for board validation and move generation.","archived":false,"fork":false,"pushed_at":"2023-03-21T20:29:43.000Z","size":385,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T16:08:32.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexcmgit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-01-15T22:54:30.000Z","updated_at":"2024-09-19T06:20:36.000Z","dependencies_parsed_at":"2023-07-27T19:16:56.567Z","dependency_job_id":null,"html_url":"https://github.com/alexcmgit/chesskit","commit_stats":null,"previous_names":["alexcmgit/chesskit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Fchesskit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Fchesskit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Fchesskit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Fchesskit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcmgit","download_url":"https://codeload.github.com/alexcmgit/chesskit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248659841,"owners_count":21141191,"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":[],"created_at":"2025-04-13T03:33:45.036Z","updated_at":"2025-04-13T03:33:45.618Z","avatar_url":"https://github.com/alexcmgit.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dart chess library for native platforms (does not support web).\n\n## Features\n\n- Completely immutable Position class\n- Read and write FEN\n- Read and write SAN\n- Chess rules:\n    - move making\n    - legal moves generation\n    - game end and outcome\n    - insufficient material\n    - setup validation\n- Chess960 support\n- Chess variants: Antichess, Atomic, Crazyhouse, KingOfTheHill, ThreeCheck\n- Attacks and rays using hyperbola quintessence\n\n## Example\n\n```dart\nimport 'package:dartchess/dartchess.dart';\n\nfinal pos = Chess.fromSetup(Setup.parseFen('r1bqkbnr/ppp2Qpp/2np4/4p3/2B1P3/8/PPPP1PPP/RNB1K1NR b KQkq - 0 4'));\nassert(pos.isCheckmate == true);\n```\n\n## Additional information\n\nThis package code was heavily inspired from:\n- https://github.com/niklasf/chessops\n- https://github.com/niklasf/shakmaty\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcmgit%2Fchesskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcmgit%2Fchesskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcmgit%2Fchesskit/lists"}