Skip to content

vladimirloskutov/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games

CLI app for brain training

Maintainability Node-CI

Install game packages

First of all need to:

$ nvm install node
  • Run these commands from cloned brain games directory:
$ make install
$ make publish
$ npm link

asciicast

Brain Game #1. Even game

Try to guess, is number even or not

$ brain-even

asciicast

Brain Game #2. Calculation game

Try to calculate the expression

$ brain-calc

asciicast

Brain Game #3. Greatest common divisor game

Find greatest common divisor

$ brain-gcd

asciicast

Brain Game #4. Progression game

Find number, which is missing in the progression

$ brain-progression

asciicast

Brain Game #5. Prime game

Find out is given number is prime

$ brain-prime

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published