About

Metadata

  • Last updated , by MiikaPetteriMatikainen
  • License GPL-2.0-only
  • Categories Game Development
  • Maintained by: miikapetteri@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

hchesslib

Build Status

hchesslib is a simple chess library for Haskell.

Building

Building the library inside cabal sandbox:

cabal sandbox init
cabal install --only-dependencies --enable-tests
cabal build

Running tests

Running unit tests after the library has been built:

cabal test