Skip to content

mudivili/game-of-life-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life Web Client

Web client for game of life game.

Local setup

1. git clone https://github.com/livey0u/game-of-life-client.git
2. npm install
3. npm run development

Server setup

1. git clone https://github.com/livey0u/game-of-life-client.git
2. npm install
3. npm start

Heroku Deployment

After setting up heroku cli, following command would deploy.

1. git push heroku master

Notes

Update relay server url in `src/config.js` if production url is changed.

Todo

1. Try canvas element to check the performance for world size 500 & above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors