Best Flask open-source libraries and packages

Python project 49

Mind Games is a collection of five console games built on the principle of popular mobile brain training apps. Each game poses questions that require correct answers. Completing three correct answers wins the game. Incorrect answers terminate the game and suggest replaying
Updated 4 months ago

Actions Status
Maintainability

🧠 Mind Games Description

Mind Games is a collection of five console games built on the principle of popular mobile brain training apps. Each game poses questions that require correct answers. Completing three correct answers wins the game. Incorrect answers terminate the game and suggest replaying. The games include:

  • 🧮 Calculator: Evaluate arithmetic expressions.
  • 🔢 Progression: Find the missing numbers in a sequence.
  • Even: Determine if a number is even.
  • GCD: Find the greatest common divisor.
  • 🎲 Prime: Determine if a number is a prime.

🛠 Installation Instructions

Run make build to build the project.
Run make package-install for pip installation into your environment.

🎮 Available Commands After Installation

  • brain-even: Determine if a number is even.
  • brain-calc: Calculator.
  • brain-gcd: Find the greatest common divisor.
  • brain-progression: Find the missing numbers in a sequence.
  • brain-prime: Determine if a number is a prime.

🎞 Demo

asciicast
asciicast
asciicast
asciicast
asciicast

Tags cli