/life-elm

An implementation of Conway's Game of Life in Elm

Primary LanguageElm

Life

This is an implementation of Conway's Game of Life in Elm (v0.15.1)

It generates a new random starting configuration on every page load.

View it live at http://joelq.github.io/life-elm/.

Running locally

Note: This assumes you already have the Elm language installed

  1. Clone the repository
  2. Install dependencies via elm package install
  3. Run a local server via elm reactor
  4. View it at localhost:8000