Skip to content

endymion64/HaskellMines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaskellMines

Minesweeper in Haskell. This was a small project I had to make for my course Functional Programming in Haskell. You can play the game in command line and or via GUI.

Requirements

Haskell Platform

Gtk2Hs

Build

To build the CLI version :

  ghc --make CLI.hs -o MinesCLI -main-is CLI

To build the GUI version

  ghc --make GUI.hs -o Mines -threaded -main-is GUI

About

Minesweeper in Haskell.

Resources

Stars

Watchers

Forks

Packages

No packages published