1.0.0 • Published 6 years ago

braingamesbator v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

This is my learning project in the Hexlet course.

The game have common engine and various scenarios.

Maintainability Test Coverage Build Status

Every game make maximum 3 questions for you. If you give proper answers for all qestions you win, otherwise you lose.

make install - install depencies

make start - game with only welcome message

make start-even - game where you need give answer even or not number. Possible answers only "yes" or "no".

make start-calc - game where you need give proper answers for arithmetic operations.

make start-gcd - game where you need find greatest divisor for two numbers.

make start-balance - game where you need find balanced number.

make start-progression - game where you need find lost number from arithmetic progression.

make start-prime - game where you need answer simple or not number. Possilble answers only "yes" or "not".