Skip to content

yevt/life-elm-lang

Repository files navigation

Conway's Life implemented in Elm

Rules

Precompiled version included in ./build folder. To launch open ./build/index.html in your browser.

How to run

Install elm-0.18

elm >= 0.19 won't compile

curl -L -o elm.tar.gz https://github.com/lydell/elm-old-binaries/releases/download/main/0.18.0-linux-x64.tar.gz
tar -xzf elm.tar.gz
chmod +x dist_binaries/*
mv dist_binaries/* /usr/local/bin/

Make sure Elm is working

elm --help

Build

./build.sh

About

Game of Life in ELM (elm-lang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published