Skip to content

Repository files navigation

Brain games project

Actions Status Maintainability

Description

This project contain 5 basic math games to strain your brain.

  • brain-even - guess is given number even or not
  • brain-calc - calculate basic math expressions
  • brain-gcd - find the greatest common divisor of two given numbers
  • brain-prime - guess is given number prime or not
  • brain-progression - find missing member of arithmetic progression

Requirements

  • Python >= 10
  • poetry >= 1.8.2

Installing

Firstly you should install latest version of poetry package.

With pip:

pip install poetry

With pipx:

pipx install poetry

Then you should install project dependencies:

make install

Build distribution:

make build

Install package distribution in your OS:

make package-install

Running games

To start play games just run any of following commands:

brain-even
brain-calc
brain-gcd
brain-prime
brain-progression

Example of installation and running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages