/haskell-chess-example

Data Types example for a chess game.

Primary LanguageHaskellMIT LicenseMIT

haskell-chess-example

Example command line chess board renderer.

Stack info

Project structure generated with 'stack': https://docs.haskellstack.org/en/stable/GUIDE/

Build

To build binary:

Run

To execute built binary:

Test

Tests are run from 'test/Spec.hs' (using hspec-autodiscover;
See: https://hspec.github.io/hspec-discover.html) To run tests:

  • Run $ stack test

Todos

  • [-] - Write tests (in progress).

Notes

Haskell dev environment install

Pain point(s)

  • If installing Haskell Platform (full) (meaning with 'stack') note that even though you may install stack in a specific directory, stack still needs to create/use a stack root folder (for downloaded modules etc.)

Resources:

LICENSE

MIT License