1.0.0 • Published 4 years ago

frontend-project-lvl1-tekotev-evgeny v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Brain games

npm.io

Desription

Five games exectued in the terminal

  • brain-calc: you should enter result of expession
  • brain-even: you should answer 'yes' is number is even and 'no' if does not
  • brain-gcd: you should find the greatest common divisor of two numbers
  • brain-progression: you should enter messing nubmer of the progression
  • brain-prime: you should answer 'yes' is number is prime and 'no' if does not

How to install

$ make install

$ make publish

$ npm link

How to launch

  • $ brain-calc
  • $ brain-even
  • $ brain-prime
  • $ brain-gcd
  • $ brain-prg

Asciinema recordings:

brain-even:

brain-calc:

brain-gcd:

brain-progression:

brain-prime: