This package contains 5 mathematical games, which could be launched in the cli. In each game there are three rounds. After 3 correct answers the games are finished with success. Any wrong answer leads to the exit from the game.
The list of the games and the corresponding questions are:
brain-even - is the shown number even
brain-calc - what is the result of the shown operation
brain-gcd - what is the greates common divisor of the shown numbers
brain-progression - what is the missing number in arithmetic progression
brain-prime - is the number prime
Python3.11
To install the package:
python3 -m pip install --user dist/*.whl