Skip to content

mikkoj/game-of-life-elm-tdd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 91.2%
  • JavaScript 8.8%