Skip to content

Brain games: 5 games(brain-even, brain-calc , brain-gcd, brain-progression, brain-prime

Notifications You must be signed in to change notification settings

SergeiNaum/Brain-games

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability

Brain-games

Installation and first start

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

Running games

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?

Installation and first start(video version)

asciicast


Brain-calc game.

You are shown a random mathematical expression, such as 35 + 16, which you need to calculate and write down the correct answer.

asciicast


Brain-gcd game.

You are shown two random numbers, for example 25 50. The user must calculate and enter the greatest common divisor of these numbers.

asciicast

Brain-progression game.

You are shown a random number. You must answer 'yes' if the number is even, or 'no' if it is odd.


asciicast

Brain-prime game.

You are shown a series of numbers forming an arithmetic progression, one number is hidden. You need to determine this number.

asciicast


About

Brain games: 5 games(brain-even, brain-calc , brain-gcd, brain-progression, brain-prime

Resources

Stars

Watchers

Forks

Packages

No packages published