draughts_engine 1.2.1 copy "draughts_engine: ^1.2.1" to clipboard
draughts_engine: ^1.2.1 copied to clipboard

A fast, fully rules-complete international 10x10 draughts engine for Dart & Flutter. Supports men & king movement, flying kings, multi-capture sequences, mandatory capture and longest-line rules, FEN [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draughts_engine

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  draughts_engine: ^1.2.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:draughts_engine/draughts_engine.dart';
1
likes
120
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A fast, fully rules-complete international 10x10 draughts engine for Dart & Flutter. Supports men & king movement, flying kings, multi-capture sequences, mandatory capture and longest-line rules, FEN loading, move generation, undo, and ASCII board rendering.

Repository (GitHub)
View/report issues

Topics

#draughts #checkers #ai #boardgame #engine

Documentation

API reference

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on draughts_engine