Project description: my first Hexlet JS project, where I set up the environment by myself and create simple text-based games in the console.
make install
Task: answer "yes" if the number is even, otherwise answer "no"
To run the game:
brain-even
or
make brain-even
Example of the game: https://asciinema.org/a/RJWYr2PUOcOlMsJ8PfQGYHIoX - asciinema recording (brain-even).
Task: write result of the expression
To run the game:
brain-calc
or
make brain-calc
Example of the game: https://asciinema.org/a/vUVakrlnL7CMrrmuCGSuqfkx1 - asciinema recording (brain-calc).
Task: find the greatest common divisor of given numbers
To run the game:
brain-gcd
or
make brain-gcd
Example of the game: https://asciinema.org/a/5sCC5M739EoLLbheMHB4x3bpk - asciinema recording (brain-gcd).
Task: write missing number in the progression
To run the game:
brain-progression
or
make brain-progression
Example of the game: https://asciinema.org/a/nHAtvCyxfQJn0ezg1SdmY1vIc - asciinema recording (brain-progression).
Task: answer "yes" if given number is prime, otherwise answer "no"
To run the game:
brain-prime
or
make brain-prime
Example of the game: https://asciinema.org/a/paEK9I2ZeefxastCsS6hp9G2k - asciinema recording (brain-prime).