1.0.1 • Published 3 years ago

azrail-brain-games v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Hexlet tests and linter status:

Actions Status Maintainability

Install

$ npm install -g azrail-brain-games

The list of games with their description:

  • brain-even: Answer "yes" if number even otherwise answer "no".
  • brain-calc: What is the result of the expression?
  • brain-gcd: Find the greatest common divisor of given numbers.
  • brain-progression: What number is missing in the progression?
  • brain-prime: Answer "yes" if given number is prime. Otherwise answer "no".