Skip to content

ivanvasutinskiy/Mind-Games-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Maintainability

Test Coverage

Mind Games (Python)

The first project on Hexlet: Brain Games. Program: Python developer.

"Mind Games" is a set of five console games based on popular mobile apps for brain training. 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.

Games:

  • Calculator. Arithmetic expressions that need to be calculated.
  • Progression. Finding missing numbers in a sequence of numbers.
  • Determining an even number.
  • Determining the greatest common divisor.
  • Determining a prime number.

Installation

Сloning the GitHub repository

$ git clone https://github.com/ivanvasutinskiy/Mind-Games-Python-.git

UV Installation

$ curl -LsSf https://astral.sh/uv/install.sh | sh

Launching the program

$ uv sync
$ uv build 
$ uv tool install dist/*.whl

Examples of how the program works:

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published