This project is a set of five console games:
- Even game - Definition of an even number
- Calc game - Arithmetic expressions to be evaluated
- GCD game - Finding the Greatest Common Divisor
- Progression game - Search for missing number in a sequence of numbers
- Prime game - Definition of a prime number
Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game.
Description | Badge |
---|---|
Hexlet tests and linter status: | |
CodeClimate maintainability status: |
Even game (Asciinema Link):
Calc game (Asciinema Link):
GCD game (Asciinema Link):
Progression game (Asciinema Link):
Prime game (Asciinema Link):
make install
make run-dist
make build
make lint
make check-updates