An open API service indexing awesome lists of open source software.

https://github.com/typedbyte/chessica

A library for chess game logic, written in Haskell.
https://github.com/typedbyte/chessica

Last synced: about 2 months ago
JSON representation

A library for chess game logic, written in Haskell.

Awesome Lists containing this project

README

        


chessica

# chessica

[![Hackage](https://img.shields.io/hackage/v/chessica.svg?logo=haskell&label=chessica)](https://hackage.haskell.org/package/chessica)

`chessica` is a library to create, manipulate and query chess game states, written in Haskell. It is designed to support arbitrary rulebooks and to generate all possible piece movements and future game states according to these rulebooks. The documentation can be found on [Hackage](https://hackage.haskell.org/package/chessica).