Hello! Honestly, I am pleased with your attention. This is my first project in pure Python.
Below are links as examples to console game named 'Brain Games', which includes 5 games titled:
Enjoy the game)
TOOLS | VERSION |
---|---|
python | "^3.10" |
prompt | "^0.4.1" |
STEP | INSTRUCTION |
---|---|
1 | Clone the repository to your PC:git clone git@github.com:AntiViruS90/python-project-49.git |
2 | Go to repository:cd python-project-49 |
3 | Installation on your PC: make install |
4 | You can use another command for installation: python3 -m pip install --user git+https://github.com/AntiViruS90/python-project-49.git |
But on your PC must be installed Poetry
TOOLS | VERSION |
---|---|
Python | 3.10 |
Poetry | 1.8.3 |
Flake8 | 7.1.0 |
Prompt | 0.4.1 |
Command | Description |
---|---|
make install | Install dependencies |
make build | Build distributions |
make publish | Publication process simulation it to PyPI |
make package-install | Install package |
make brain-even | You need to determine whether is number even or not |
make brain-calc | You need to calculate expression |
make brain-gcd | You need to determine the greatest divisor. |
make brain-progression | You need to continue arithmetic progress. |
make brain-prime | You need to determine a prime number |
Here is link for console game 'brain-even'
Here is link for console game 'brain-calc'
Here is link for console game 'brain-gcd'
Here is link for console game 'brain-progression'
Here is link for console game 'brain-prime'