Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 546 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 546 Bytes

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.