implemented the "game of life" in angular 4 https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- install nodeJS from nodejs.org
- run
npm install -g @angular/cli
- clone or download this repo and enter its folder
- run
npm install
- run
ng serve
- go to http://localhost:4200/ in your browser
- enjoy