/cube-of-life

Conway's Game of life on a cube

Primary LanguageJavaScript

Cube of life

POC

Conway's Game of life on a cube with cells walking from face to face.

gif

Install

Clone the project and run

$ npm install

Browse / develop

$ npm run start

Improvements