1.0.2 • Published 2 years ago

js-console-brain-games v1.0.2

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

Hexlet tests and linter status:

Actions Status Linting Status Maintainability

Brain Games is a set of five console games built using popular mobile brain training apps. Each game asks questions that need to be answered. After three correct answers, the game is considered to be completed. Incorrect results end the game and return it again. Games:

  • brain-calc. Arithmetic expressions to be evaluated.

  • brain-progression. Search for missing numbers by number order.

  • brain-even. Definition of an even number.

  • brain-gcd. Finding the Greatest Common Divisor.

  • brain-prime. Definition of a prime number.

Brain games is available as an npm package.

// with npm
npm i -g js-console-brain-games

Brain even game example:

Work example click on the picture to play the video

Brain calc game example:

Work example click on the picture to play the video

Brain gcd game example:

Work example click on the picture to play the video

Brain progression game example:

Work example click on the picture to play the video

Brain prime game example:

Work example click on the picture to play the video

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago