Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 630 Bytes

Game of Life v0.1.2

Canvas, HTML5, AngularJS App

How to build new version with Node.js npm package manager

  1. create directory 'components' for bower plugins download
mkdir components
  1. run install and update grunt
npm install
grunt

Download & Upload saved games

The download / upload features need PHP 5.+ @server

Release History

  • 2014-05-17   v0.1.2   Bug fix on download / load.
  • 2014-05-17   v0.1.1   Refactored for grunt and bower builders.
  • 2015-05-12   v0.1.0   Refactored from grunt-contrib into individual repo.