This is a simple Game of Life implementation using angular and a little bit of angular material.
- Clone this
- Install angular cli
- npm install
- ng serve
- http://localhost:4200
Some simple rules:
- Opening the menu will pause evolving the generations
- When paused single cells can be toggled on click
- Only hitting 'Resume' will continue evolution again
- Universe size can only be adjusted when wiped out (cleared) before
- Universe will turn red when no significant change is detected anymore
- Have fun!