Skip to content

GeraldRyan/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Description

This is a JS implementation of Conway's Game of Life on the web!

Installation

Step 0

Install Node.js

Step 1

Clone this repository.

git clone https://github.com/GeraldRyan/Conways-Game-of-Life

Step 2

Navigate to the folder.

cd game-of-life

Step 3

Install npm modules.

npm install

Step 4

If you want to start a server, use this command.

npm run start

Then you can go to http://localhost:3000 in your browser or any port.

About

An implementation of the notorious Conway's Game of Life Cellular Automata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published