/making-a-puzzle-game-in-elm

Making a Puzzle Game in Elm

Primary LanguageElm

Making a Puzzle Game in Elm

How to run

You have to have elm installed. Then, you can clone this repo, navigate into it and run elm reactor.

For doing this, you can paste the following lines into your terminal and hit enter.

git clone https://github.com/erkal/making-a-puzzle-game-in-elm.git
cd making-a-puzzle-game-in-elm
elm reactor