/game-of-life

A simple version of Conway's game of life - written using Angular4

Primary LanguageTypeScript

game-of-life

A simple and probably naive version of Conway's "Game of Life" - written using Angular4

Installation: ( otpional ) - You may have to update your npm and/or node versions -this project requires at least Node 8.9x - which is now a LTS version.

  • clone/fork the repo

  • open a bash in the local repo folder and type the following commands:

    • npm install
    • ng init
    • ng serve
  • now the project should be running and responding at http://localhost:4200