/python-project-49

Mind Games is a set of five console games. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again.

Primary LanguagePython

Codeclimate status:

Description

Mind Games is a set of five console games. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again.

Installing

git clone git@github.com:MisterFlicker/python-project-49.git

To install use: make install

To build use: make build

To package install use: make package-install

Games

  • Calculator.
    Arithmetic expressions to be evaluated. Start command: make brain-calc

  • Progression.
    Search for missing numbers in a sequence of numbers. Start command: make brain-progression

  • Definition of an even number.
    Start command: make brain-even

  • Determining the greatest common divisor.
    Start command: make brain-gcd

  • Definition of a prime number.
    Start command: make brain-prime

Example
asciicast

Example of incorrect answer in game
asciicast