Skip to content

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.

Notifications You must be signed in to change notification settings

MisterFlicker/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published