Skip to content

jphanna/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life v.5.0.0

Game of Life created to complete freeCodeCamp project.

Building and running on localhost

First install dependencies:

npm install

To run in development mode:

npm run dev

To create a production build: Recommend delete dist/ directory before creating production build

npm run build

Running development or production build

Open the file dist/index.html in your browser or, recommended, use a Live Server.

About

Conway's Game of Life for freeCodeCamp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published