Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 278 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 278 Bytes

HaskellGame

A terminal maze game written in haskell as a university project

How to build

$ cd HaskellGame
$ make

Without make:

$ cd HaskellGame/src
$ ghc -dynamic Main.hs

How to run

After building, execute the Main executable

$ ./Main