ChristianGruen / GameOfLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:MIT License


Languages

Language:TypeScript 68.8%Language:CSS 10.7%Language:HTML 10.3%Language:JavaScript 10.2%