Lifegame implemented in Haskell with Gloss
$ git clone https://github.com/ABC10946/hslifegame && cd ./hslifegame
$ stack run
| key | control |
|---|---|
| esc | quit |
| Space | change play or stop |
| Left | move cursor to left |
| Down | move cursor to down |
| Up | move cursor to up |
| Right | move cursor to right |
| Enter or MouseLeftButton | change cell to dead or live |
| MousePosition | move cursor |
