Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 352 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 352 Bytes

This is a simulation of Conway's Game of Life.

To install:

  • run npm install
  • npm run build
  • npm run start

The simulation should run a webpack dev server, on your machine.

This simulation was created as part of freeCodeCamp's Data Visualization exercise.

View the simulation live: https://jonathanwmaddison.github.io/gameoflife/build/index.html