Skip to content

hahnah/Elm-GameOfLife

Repository files navigation

Elm-GameOfLife

Conway's Game of Life in Elm

Demo

https://hahnah.github.io/Elm-GameOfLife/

Run or build

Preparation

Install Node.js and Volta, then set specified versions of Node.js and npm.

Install node modules dependencies.

npm install

Run in development mode

npm run start

Elm-GameOfLife runs at http://localhost:8000.

Build in production mode

npm run build

It Builds into dist/ directory.

License

MIT © Hahnah

About

Conway's Game of Life in Elm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published