/game-of-life-elm-tdd

Simple TDD started-example for Game of Life in Elm.

Primary LanguageElm

TDD example for Conway's Game of Life in Elm

Playing around with TDD and Elm

Get started

Install Elm: https://guide.elm-lang.org/get_started.html

Install dependencies + auto-run tests

npm install
elm-package install
gulp test

If you use VS Code, it's recommended to install elm and elm-format extensions.