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.
- Host: GitHub
- URL: https://github.com/typedbyte/chessica
- Owner: typedbyte
- License: other
- Created: 2023-05-11T19:51:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T20:21:12.000Z (about 2 years ago)
- Last Synced: 2024-04-24T14:37:32.727Z (about 1 year ago)
- Language: Haskell
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# 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).