Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.93 KB

File metadata and controls

47 lines (28 loc) · 1.93 KB

Hexlet tests and linter status:

Actions Status

Maintainability

Project description

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

Requirements

Python3.11

Installation

To install the package:

python3 -m pip install --user dist/*.whl

Demo for the even game

Demo for the calculator game

Demo for gcd game

Demo for arithmetic progression

Demo for prime numbers game