dartchess_webok 0.2.2 copy "dartchess_webok: ^0.2.2" to clipboard
dartchess_webok: ^0.2.2 copied to clipboard

Provides Chess rules and operations including move generation, read and write FEN, read and write PGN.

A web-friendly variant of the package 'dartchess' from lichess.

dartchess github : https://github.com/lichess-org/dartchess

Features #

  • dartchess features
  • web supported

Example #

import 'package:dartchess_webok/dartchess_webok.dart';

final pos = Chess.fromSetup(Setup.parseFen('rnb1kbnr/pppp1ppp/8/4p3/6Pq/5P2/PPPPP2P/RNBQKBNR w QKqk - 1 3'));
assert(pos.isCheckmate == true);
1
likes
130
pub points
14%
popularity

Publisher

verified publisheriratus.fr

Provides Chess rules and operations including move generation, read and write FEN, read and write PGN.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com
lichess.org

License

GPL-3.0 (LICENSE)

Dependencies

fast_immutable_collections, meta

More

Packages that depend on dartchess_webok