Popularity
4.6
Growing
Activity
3.2
Growing
5
3
3

Monthly Downloads: 8
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags: Game    
Latest version: v0.1.0.0

hchesslib alternatives and similar packages

Based on the "Game" category.
Alternatively, view hchesslib alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hchesslib or a related project?

Add another 'Game' Package

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