Minesweeper/README.md

13 lines
461 B
Markdown
Raw Normal View History

2021-01-28 19:51:41 +00:00
# Minesweeper
2021-01-28 14:17:59 +00:00
Author: Jack Harley jackpharley@gmail.com / jharley@tcd.ie
2021-01-28 19:51:41 +00:00
This is my submission for Assignment 2 for CSU44012 Topics in Functional Programming 2020/21
2021-01-28 14:17:59 +00:00
My report containing background information, design choices, reflection, etc. is submitted separately as a PDF to Blackboard.
Build/Run
----------------------
2021-01-28 19:51:41 +00:00
Build the project with `stack build` and execute with `stack exec Minesweeper`.
2021-01-28 14:17:59 +00:00
2021-01-28 19:51:41 +00:00
Then visit http://localhost:8023/ in a web browser.