BrizziB / game-of-life

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 69.8%Language:HTML 13.2%Language:CSS 12.9%Language:JavaScript 4.1%