Hexlet frontend project Brain Games CLI app for brain training Install game packages First of all need to: Clone this repository Install Node Version Manager (NVM) Install Node.js with nvm: $ nvm install node Run these commands from cloned brain games directory: $ make install $ make publish $ npm link Choose the game from menu and start to play $ brain-games Brain Game #1. Even game Try to guess, is number even or not Brain Game #2. Calculation game Try to calculate the expression Brain Game #3. Greatest common divisor game Find greatest common divisor Brain Game #4. Progression game Find number, which is missing in the progression Brain Game #5. Prime game Find out is given number is prime