brain-games-ln
v1.0.2
Published
hexlet project brain-games developed by ln
Downloads
3
Maintainers
Readme
Brain-games
This package includes 5 simple math games to be launched as CLI.
Requirements
must be installed in your operating system.
Installation
npm install -g brain-games-ln
Usage
Type name of the game which you would like to play in the command-line.
Games list, description and asciicast2gif gameplay samples
- brain-even
You need to answer whether a given number is even or not.
- brain-calc
Adding, subtraction or multiplication of two values.
- brain-gcd
You'll get two numbers and you'll have to calculate their gratest common divisor.
- brain-progression
You need to calculate missed arithmetic progression term.
- brain-prime
You need to define whether the displayed number is prime or not.