/mini_braingames

The repository contains several mini games to play with your math skills.

Primary LanguagePython

Hexlet tests and linter status:

Actions Status Maintainability

Mini-brain-games

Not mini brains just mini games

The repository contains several mini games to play with your math skills.

Installation

Clone the repository and install using Makefile:

git clone https://github.com/remortalite/python-project-49.git

cd python-project-49/

make install build publish package-install

Examples:

Game brain-even

Check if the number is even.

asciicast

Game brain-calc

Solve some simple equations.

asciicast

Game brain-gcd

Find a GCD of two numbers.

asciicast

Game brain-progression

Find a missed number in progression.

asciicast

Game brain-prime

Check if the number is prime.

asciicast