Skip to content

Maxenceee/GOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life

The Game Of Life fully made in Vanilla Javascript and running on a Node.JS server.

Try it here!

Usage

Clone this project and open current directory into a terminal, then install dependencies by running:

npm install

After installing the dependencies, start the project by running:

npm start

App will be available on localhost at specified port in the bin/www file (> defaultPort) or you can specify it in an environment file .env.

Releases

No releases published

Packages

No packages published