Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 442 Bytes

File metadata and controls

21 lines (14 loc) · 442 Bytes

About

A simple implementation of John Coway's Game of Life

Technologies

Angular2, TypeScript, HTML5, CSS3, Node( for package managing )

Getting started

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.

Installation

git clone https://github.com/dmusev/goaloflife.git

cd goaloflife

npm install

npm start

app available at localhost:3000