chessica: A Library for Chess Game Logic

[ bsd3, game, library ] [ Propose Tags ]
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.16.0 && <5), containers (>=0.6.5 && <0.7) [details]
License BSD-3-Clause
Copyright 2023 Michael Szvetits
Author Michael Szvetits
Maintainer typedbyte@qualified.name
Category Game
Home page https://github.com/typedbyte/chessica
Bug tracker https://github.com/typedbyte/chessica/issues
Uploaded by MichaelSzvetits at 2023-05-11T20:39:33Z
Distributions NixOS:0.1.0.0
Downloads 55 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-05-11 [all 1 reports]

Readme for chessica-0.1.0.0

[back to package description]

chessica

chessica

Hackage

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.