[go: up one dir, main page]

fen

A library to work with the Forsyth-Edwards Notation (FEN) for chess position records in Haxe.
https://github.com/nwawrzyniak/haxe-fen

To install, run:

haxelib install fen 2.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

fen (haxe-fen)

A library to work with the Forsyth-Edwards Notation (FEN) for chess position records in Haxe.

It grants easy access to the six fields of a FEN record without the need to write a parser.

Also supplies a lot of other functions.

Currently only standard FEN is implemented. Shredder-FEN and X-FEN may be added in future versions.

Installation

Install this library with haxelib by executing haxelib install fen.

Usage

Add --library fen or --L fen as compiler arguments or add the line to a .hxml file that is used for building.

Import classes and functions with import chess.fen.*;

Documentation

The full documentation can be found here

About forks

It is highly endorsed to merge additions made in forks back into this repository via a pull requests and remove the fork once the pull request is approved. This way people don't stumble upon outdated forks and find all functionality in one place.

Contributors
nwawrzyniak
Version
2.0.0
Published
4 years ago
License
Public

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub