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

International draughts (10x10) engine with FMJD-style tournament rules, FEN-compatible with draughts.js.

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.0.0

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
160
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

International draughts (10x10) engine with FMJD-style tournament rules, FEN-compatible with draughts.js.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on draughts_engine