Go to file
Jack Harley 6860d44700 Final touches 2021-01-31 22:32:05 +00:00
report Final touches 2021-01-31 22:32:05 +00:00
src Final touches 2021-01-31 22:32:05 +00:00
view Significant work 2021-01-31 20:17:24 +00:00
.gitignore stuff 2021-01-30 16:04:02 +00:00
Minesweeper.cabal Mostly report stuff 2021-01-31 14:57:20 +00:00
README.md README update 2021-01-28 19:51:41 +00:00
Setup.hs init 2021-01-28 14:17:59 +00:00
hie.yaml init 2021-01-28 14:17:59 +00:00
package.yaml GUI working, basic mines layout, no interactivity yet 2021-01-28 19:31:39 +00:00
stack.yaml init 2021-01-28 14:17:59 +00:00
stack.yaml.lock init 2021-01-28 14:17:59 +00:00

README.md

Minesweeper

Author: Jack Harley jackpharley@gmail.com / jharley@tcd.ie

This is my submission for Assignment 2 for CSU44012 Topics in Functional Programming 2020/21

My report containing background information, design choices, reflection, etc. is submitted separately as a PDF to Blackboard.

Build/Run

Build the project with stack build and execute with stack exec Minesweeper.

Then visit http://localhost:8023/ in a web browser.