Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.55 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.55 KB

Hexlet tests and linter status:

Actions Status Maintainability

What does the application do:

This command line application consists of five games: Even, Calc, GCD, Progression and Prime.

Even

The application generates a random number. Decide whether it is even or not.

asciicast

Calc

The application generates an expression. Find out the value and type the result.

asciicast

GCD

The application generates two random numbers. Find out the greatest common divisor of them.

asciicast

Progression

The application generates a progression with one number hidden. Find out which.

asciicast

Prime

The application generates a random number. Decide whether it is prime or not.

asciicast