Skip to content

Fiquem/CS4012-Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

CS4012 Topics in Functional Programming - Minesweeper Assignment

Our aim was to implement Minesweeper in Haskell, using WX to build the UI, and to create an auto-solver for our implementation.

To run CLI Minesweeper:

To run the minesweeper command line interface do:

ghci
:l Minesweeper/Minesweeper
mainCLI

To play CLI Minesweeper:

There are four simple commands for the command line interface:

uncover x y
flag x y
unflag x y
playMove

About

CS4012 Topics in Functional Programming - Minesweeper Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors