Skip to content

JCPedroza/game-of-life-js-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life Implemented in JS and Canvas

Run this app locally

After you get this repo, make sure to install all the required dependencies using either:

npm ci # Install using lockfile
npm install # Install without lockfile

After that, you can run the local server with:

npm run server

Run this app from this repository

Or you can click here to run this app directly from this repository using gitrub pages.