oleglego94 / Brain-games

This is a training project in which 5 CLI puzzle games will be created.

Home Page:https://test.pypi.org/project/oleglego94-brain-games/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brain games

Github Actions Status Maintainability

Description

"Brain Games" is a set of five console games built on the principle of popular mobile applications for brain pumping. Each game asks questions to which to give the right answers. After three correct answers it is considered that the game has passed. Wrong answers finish the game and offer to pass it again.

Games:

  • Calculator. Arithmetic expressions to be calculated.
  • Progression. Search for missed numbers in a number sequence.
  • Determining an even number.
  • Determining the greatest common divisor.
  • Determining the prime number.

Installation

"Brain Games" require Python 3.6+ to run.

$ pip install -i https://test.pypi.org/simple/ oleglego94-brain-games --extra-index-url https://pypi.org/simple/

Start the game

  • Calculator
$ brain-calc
  • Progression
$ brain-progression
  • Determining an even number
$ brain-even
  • Determining the greatest common divisor
$ brain-gcd
  • Determining the prime number
$ brain-prime

'brain-even' gameplay

asciicast

'brain-calc' gameplay

asciicast

'brain-gcd' gameplay

asciicast

'brain-progression' gameplay

asciicast

'brain-prime' gameplay

asciicast

About

This is a training project in which 5 CLI puzzle games will be created.

https://test.pypi.org/project/oleglego94-brain-games/


Languages

Language:Python 97.6%Language:Makefile 2.4%