Skip to content

tfrere/game-of-life

Repository files navigation

Purposes

A tiny gooey game of life canvas experiment

Demo : http://gooeygameoflife.herokuapp.com/

Requirements

Install NodeJS

Dependencies Installation

npm install

Dev

npm run start

Release

npm run build

Publish

npm run publish

Heroku auto publish

Use this command to disable production mode and install devDependencies for building the app directly on heroku's servers

heroku config:set NPM_CONFIG_PRODUCTION=false

About

A simple game of life experiment with dat.gui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published