Skip to content

greenhol/GameOfLife

Repository files navigation

Angular GameOfLife

Synopsis

This is a simple Game of Life implementation using angular and a little bit of angular material.

Installation & Running the App

  1. Clone this
  2. Install angular cli
  3. npm install
  4. ng serve
  5. http://localhost:4200

Instructions

Some simple rules:

  1. Opening the menu will pause evolving the generations
  2. When paused single cells can be toggled on click
  3. Only hitting 'Resume' will continue evolution again
  4. Universe size can only be adjusted when wiped out (cleared) before
  5. Universe will turn red when no significant change is detected anymore
  6. Have fun!

Sample