Skip to content

Xapdina/python-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Maintainability

Project: Brain Games

Brain Games is a set of 5 games for the terminal. In each game, answer 3 questions correctly. If you lose, you can try again.

Requirements:

Tools Version
python ^3.11
prompt ^0.4.1

This is games use next tools:

Tools Version
python 3.11
poetry 1.6.1
prompt 0.4.1
flake8 6.1.0

To get started, you need to perform the following operations:

Step Instruction
1 Clone he repository to your PC:
git@github.com:Xapdina/python-project-49.git
2 Go to repository
cd python-project-49
3 Installation game in your PC
make install
4 Or you use command for install game:
python3 -m pip install --user git+https://github.com/Xapdina/python-project-49.git
4 And this for uninstall game:
python3 -m pip uninstall hexlet-code

P.S. You must have Poetry installed

Now your make to play this games.
Command Description
make install Install dependencies.
make build Build distribution.
make publish Publication process simulation it to PyPI.
make package-install Install package.
make lint Launching the Flake8.
make brain-games You need to determine whether a number is even or not.
make brain-calc You need to solve an example.
make brain-gcd You need to determine the greatest divisor.
make brain-pg You need to continue arithmetic progress.
make brain-prime You need to determine a prime number.

How it's work

[Installation]

asciicast

[Brain-even games]

asciicast

[Brain-calc games]

asciicast

[Brain-gcd games]

asciicast

[Brain-pg games]

asciicast

[Brain-prime games]

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published