chess960 1.0.3 copy "chess960: ^1.0.3" to clipboard
chess960: ^1.0.3 copied to clipboard

Deprecated - use Bishop instead. Chess960.dart is a fork of the chess.dart package. A library for legal chess960 move generation, maintenance of game state, and conversion to and from the FEN and PGN formats.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chess960

With Flutter:

 $ flutter pub add chess960

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

dependencies:
  chess960: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:chess960/chess960.dart';
1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Deprecated - use Bishop instead. Chess960.dart is a fork of the chess.dart package. A library for legal chess960 move generation, maintenance of game state, and conversion to and from the FEN and PGN formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause, MIT (LICENSE)

More

Packages that depend on chess960