Install and launch demos | Gameplay demos |
---|---|
Educational project by Hexlet school student. It represents five console games, eac assumes calculating mechanics.
git clone git@github.com:igshipilov/frontend-project-44.git
cd frontend-project-44
make install
brain-games
Just an intro – it asks user's name.
brain-even
Answer if number is even or not.
brain-calc
Compute the expression of two numbers.
brain-gcd
Answer what is the Greatest Common Divisor for the displayed numbers.
brain-progression
Name the hidden number in the sequence of numbers.
brain-prime
Answer if number is prime or not
(note: prime numbers divided without remainder only by 1 and itself).
- Ubuntu 22.04.2 LTS
- node.js 20.5.0 and above