gdlow / haskell-minesweeper

Haskell implementation of CLI minesweeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell-minesweeper

CLI interactive terminal implementation of minesweeper

TO RUN:

In Docker: docker build -t "haskell-minesweeper" . docker run -it haskell-minesweeper

In ghci: runhaskell minesweeper.hs

Note that the compiled version of the program will not output text letter by letter aesthetically as compared to doing runhaskell foo.hs

About

Haskell implementation of CLI minesweeper


Languages

Language:Haskell 98.0%Language:Dockerfile 2.0%