Skip to content

drajk/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life - Node js console app

Console application in nodejs using inquirer, mocha, typescript and axios.

Installing

  • yarn to install all dependencies
yarn

Running the app

After you have installed all dependencies you can run the app with:

yarn start

Running unit tests

You can run unit tests with:

yarn run test

Unit tests are written using Mocha. Please run this if you dont have Mocha installed globally.

npm add -g mocha

Assumptions

I have mocked api response using a random number generator.

About

Game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published