Skip to content

n1ckdevops/Hexlet-Project-lvl1

Repository files navigation

Brain Games


The training project "Brain Games" on the Python Development course on Hexlet.io.

Hexlet tests and linter status:

Actions Status

Built With

Languages, frameworks and libraries used in the implementation of the project:

Instructions

Try playing math mini games. Each game has its own instructions inside.

Installation

Clone the repository

$ git clone https://github.com/n1ckdevops/python-project-49

Use make (Makefile):

make install

	poetry install

make build

	poetry build

make publish

	poetry publish --dry-run

make package-install

	python3 -m pip install --user --force-reinstall  dist/*.whl

BRAIN-EVEN

BRAIN-CALC

BRAIN-HCF/GCD

BRAIN-PROGRESSION

BRAIN-PRIME


Thanks and keep up, bruh!

👨‍💻 Author: @n1ckdevops