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

outdated

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(IraSetup.parseFen('fd(0)s(0)yys(1)d(1)g/rnb1kbnr/pppp1ppp/8/4p3/6Pq/5P2/PPPPP2P/RNBQKBNR/FD(2)S(2)YYS(3)D(3)G w QKqk - 1100000000000000-0000000000000001 1 3'));
assert(pos.isCheckmate == true);
2
likes
0
points
37
downloads

Publisher

verified publisheriratus.fr

Weekly Downloads

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

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

ko-fi.com
lichess.org

License

unknown (license)

Dependencies

fast_immutable_collections, meta

More

Packages that depend on dartchess_webok