Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.08 KB

Brain-games project by HEXLET

Maintainability Build Status

Набор мини-игр, запускаемых из консоли.

Install games:
npm install -g alex-first-project-lvl1

Game: brain-even
Description: Answer "yes" if the number is even, otherwise answer "no".
Start: brain-even

Game: brain-calc
Description: What is the result of the expression?
Start: brain-calc

Game: brain-gcd
Description: Find the greatest common divisor of given numbers.
Start: brain-gcd

Game: brain-progression
Description: What number is missing in the progression?
Start: brain-progression

Game: brain-prime
Description: Answer "yes" if given number is prime. Otherwise answer "no".
Start: brain-prime