brain-games-hex
v1.3.1
Published
Console game
Downloads
10
Readme
Brain Games
Description.
Brain games is a set of mini games launched from the console.
List of games:
• Brain-even. Player should answer "yes" if given number even, otherwise answer "no".
• Brain-calc. Player should calculate result of a given expression.
• Brain-gcd. Player should find the greatest common divisor of given numbers.
• Brain-progression. Player should find what number is missing in the arithmetic progression.
• Brain-prime. Player should answer "yes" if given number is prime, otherwise answer "no".Installation.
npm install brain-games-hex
Examples.