A simple implementation of John Coway's Game of Life
Angular2, TypeScript, HTML5, CSS3, Node( for package managing )
Note that this project requires node >=v6.5.0 and npm >=3.10.3 in order to be able to take advantage of the complete functionality.
git clone https://github.com/dmusev/goaloflife.git
cd goaloflife
npm install
npm start
app available at localhost:3000