/mini-code-adventures-game-of-life

Simple implementation of the Game of Life, strictly for edutainment purposes

Primary LanguageJavaScript

Mini Code Adventures: Playing the Game of Life

This is a simple webpage for "playing" the Game of Life in JavaScript, using game-of-life-logic, amazejs, bootstrap, and the <canvas> tag:

Running the project:

git clone https://github.com/codingblocks/mini-code-adventures-game-of-life.git
cd mini-code-adventures-game-of-life
npm install
gulp serve