/HaskellGame

A terminal maze game written in haskell

Primary LanguageHaskell

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