Game-Of-life

About The Project

Screenshot

An implementation of the famous Conway´s Game of life web version avaliable at Game of life

Built With

All proyect was build with native HTML canvas for the principal simulation with the use of a datastructure called QuadTree and D3.js for charts and graphs

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
    
  2. Install NPM packages
    npm install
    
  3. Run localy
    node index.js
    

Controls