Skip to content

digicoffey/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life

Cloning

$ git clone https://github.com/digicoffey/game_of_life.git && cd game_of_life

Install

$ npm i

Run

$ npm run start

Test

$ npm run test

Notes

My assumptions made while buidling the Game Of Life:

  • Upon entering a room a query is sent to get the contents of the room, due to the response being random and one of either MONSTER or GOLD, there is no guarantee that re-entering a room will produce the previous result. This includes going 'home' to room 0,0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published