README update
This commit is contained in:
parent
f684ab77cd
commit
270ccdb026
|
@ -1,13 +1,13 @@
|
|||
# Shape Server
|
||||
# Minesweeper
|
||||
|
||||
Author: Jack Harley jackpharley@gmail.com / jharley@tcd.ie
|
||||
|
||||
This is my submission for Assignment 1 for CSU44012 Topics in Functional Programming 2020/21
|
||||
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 ShapeServer`.
|
||||
Build the project with `stack build` and execute with `stack exec Minesweeper`.
|
||||
|
||||
Then visit http://localhost:3000/ in a web browser.
|
||||
Then visit http://localhost:8023/ in a web browser.
|
Loading…
Reference in New Issue