This is a simple webpage for "playing" the Game of Life in JavaScript, using game-of-life-logic, amazejs, bootstrap, and the <canvas> tag:
- Check out a live demo: https://codingblocks.github.io/mini-code-adventures-game-of-life/dist/
- Video: https://www.youtube.com/watch?v=x5n5QlxLzLU
- Blog post: http://www.codingblocks.net/videos/game-of-life-javascript/
git clone https://github.com/codingblocks/mini-code-adventures-game-of-life.git
cd mini-code-adventures-game-of-life
npm install
gulp serve