Skip to content

🎮 Five games with CLI to check your mathematical abilities

Notifications You must be signed in to change notification settings

kirillmarkeyev/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Node.js CI

Five brain-games with command-line interface

My first project.

Installation:

git clone [email protected]:kirillmarkeyev/frontend-project-lvl1.git
cd frontend-project-lvl1/
make install
sudo npm link

Description and demonstration:

brain-even game:

asciicast Run brain-even. Answer "yes" if the number is even, otherwise answer "no".

brain-calc game:

asciicast Run brain-calc. Calculate the result of the expression.

brain-gcd game:

asciicast Run brain-gcd. Find the greatest common divisor of given numbers.

brain-progression demonstration:

asciicast Run brain-progression. What number is missing in the progression?

brain-prime demonstration:

asciicast Run $ brain-prime. Answer "yes" if given number is prime. Otherwise answer "no".