Mercurial > hg > wordplay
view README.md @ 6:6ded3b06fafa
instructions
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 24 Dec 2017 13:09:01 -0800 |
parents | 3a8448accc71 |
children | c197e6f55301 |
line wrap: on
line source
# wordplay Experiments in Haskell build stack ## Getting started You'll want [stack](https://docs.haskellstack.org/en/stable/README/) installed. ## Jotto Jotto is a game; read more about it here: https://en.wikipedia.org/wiki/Jotto . ## Building Let's try out the Shake build system: http://shakebuild.com/ ``` stack install shake ```