Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 1.99 KB

README.md

File metadata and controls

100 lines (70 loc) · 1.99 KB

Hexlet tests and linter status:

Actions Status Maintainability

Training JavaScript project with simple console games.

Install

make install
npm link

Games

Brain Even

In this game you need to answer "yes" if the number is even, otherwise answer "no".

How to run:

brain-even

or

make brain-even

Video demonstration:

asciicast

Brain Calc

In this game you need to calculate the expression and enter the result.

How to run:

brain-calc

or

make brain-calc

Video demonstration:

asciicast

Brain GCD

In this game you need to find the greatest common divisor of given numbers.

How to run:

brain-gcd

or

make brain-gcd

Video demonstration:

asciicast

Brain Progression

In this game you need to find number that missing in the progression.

How to run:

brain-progression

or

make brain-progression

Video demonstration:

asciicast

Brain Prime

In this game you need to answer "yes" if given number is prime. Otherwise answer "no".

How to run:

brain-prime

or

make brain-prime

Video demonstration:

asciicast