Skip to content

"Mind Games" is a set of five console games based on the popular mobile brain-pumping apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered completed. Incorrect answers end the game and prompt you to play it again.

Notifications You must be signed in to change notification settings

sergeikuz/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games: the collection of 5 math mini-games


Hexlet tests and linter status:

Actions Status Maintainability

This is project "Brain Games" on the Python Development course on Hexlet.io

Used technologies:

This project was built using these tools:

Tool Description
poetry "Python dependency management and packaging made easy"
Py.Test "A mature full-featured Python testing tool"
Flake8 "Your Tool For Style Guide Enforcement"

Install

git clone https://github.com/sergeikuz/python-project-49
cd python-project-49
make package-install

asciicast

Description:

"Mind Games" is a set of five console games based on the popular mobile brain-pumping apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered completed. Incorrect answers end the game and prompt you to play it again.

They are launched with simple commands:*

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

✏️*Make sure that you have Python version 3.6 or higher installed.

Games:

  1. brain-even: Determine if the number is even. You need to answer yes if the number is even, or no if it is odd.

asciicast

  1. brain-calc: You are shown a random math expression, which you need to calculate and write down the correct answer.

asciicast

  1. brain-gcd: You are shown a random numbers. And you have to calculate and enter the greatest common divisor of these numbers.

asciicast

  1. brain-progression: You are shown a random arithmetic progression. You have to calculate the forgiven number.

asciicast

  1. brain-prime: Determine if the number id prime. You need to answer yes if the number is prime, or no if it it is not this way.

asciicast

Good luck and have a fun game! 🤚

About

"Mind Games" is a set of five console games based on the popular mobile brain-pumping apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered completed. Incorrect answers end the game and prompt you to play it again.

Resources

Stars

Watchers

Forks

Packages

No packages published