clone game from repository - https://github.com/SergeiNaum/Brain-games.git
installing dependencies - make install
build - make build
publish - make publish
install package - make package-install
uninstall package - make package-uninstall
brain-even - is the number even
brain-calc - Calculator
brain-gcd - Greatest Common Divisor (GCD)
brain-progression - Arithmetic progression
brain-prime - Is it a prime number?
You are shown a random mathematical expression, such as 35 + 16, which you need to calculate and write down the correct answer.
You are shown two random numbers, for example 25 50. The user must calculate and enter the greatest common divisor of these numbers.
You are shown a random number. You must answer 'yes' if the number is even, or 'no' if it is odd.
You are shown a series of numbers forming an arithmetic progression, one number is hidden. You need to determine this number.