hexlet-project-lvl1-mh
v3.4.1
Published
frontend learning project 1 by hexlet
Downloads
4
Readme
project-lvl1-s280
This package contains several simple console games.
Game example
make start-calc
Welcome to the Brain Games!
What is the result of the expression?
May I have your name? Sam
Hello, Sam!
Question: 4 + 10
Your answer: 14
Correct!
Question: 25 - 11
Your answer: 10
'10' is wrong answer ;(. Correct answer was '14'.
Let's try again, Bill!
Setup
$ make install
Game types
- Even check
- Prime check
- Calculator
- Greatest Common Divisor
- Number balance
- Arithmetic progression
Run tests
$ make start-even
$ make start-prime
$ make start-calc
$ make start-gcd
$ make start-balance
$ make start-progression