Skip to content

gdlow/haskell-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published