README
🎲 Brain Games
CLI Application
A set of mini-games running from the console. These games are similar to what is commonly called the "Brain Games".
Installation
npm install -g apricotlace-brain-games
Use lolcat optionally.
Examples of using
Brain-Even
A simple game in which you need to answer the question of whether a given number is even.
Brain-Calc
A simple game in which you need to solve an arithmetic task
Brain-gcd
A simple game in which you need to find the greatest common divisor. (GCD)
Brain-progression
A simple game in which you need to find the missing number in a sequence of numbers