first-brain-games
v1.1.3
Published
Console mini brain games
Downloads
4
Readme
Welcome to the First Brain Games!
This is actually a terminal game that consists of different maths tasks.
Installation
To install First Brain Games type npm i -g first-brain-games
into terminal!
At the moment we have include games listed below:
- brain-even
- brain-calc
- brain-gcd
- brain-balance
- brain-progression
- brain-prime
You can call the menu via npm start brain-game
or simple brain-game
.
To immediately start the specific game without a menu, use its name exactly as it is written above the line.
Even game
You have to answer if shown number is even or not.
To start game type
brain-even
into terminal!Calc game
What is the result of the expression?
To start game type
brain-calc
into terminal!GCD game
Find the greatest common divisor of given numbers.
To start game type
brain-gcd
into terminal!Balance game
Balance the given number.
To start game type
brain-balance
into terminal!Progression game
What number is missing in this progression?
To start game type
brain-progression
into terminal!Prime game
Is this number prime?
A number n is prime if it is greater than 1 and has no positive divisors except 1 and n.
To start game type
brain-prime
into terminal!