lobabob / GameOfLife

Basic Game of Life implementation I did in my free time...
0 stars 1 forks source link

Game of Life

Basic Game of Life implementation I did in my free time...

How to Run

There are two ways to run this.

  1. Open the index.html file in your browser.
  2. Run npm start to start a server that serves index.html. Useful for loading the app across your local network.