Skip to content

SashaPodorozhnyak/devops-engineer-from-scratch-project-49

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-package

Hexlet tests and linter status:

Actions StatusQuality Gate StatusBugsCode SmellsDuplicated Lines (%)Lines of CodeReliability RatingSecurity RatingTechnical DebtMaintainability RatingVulnerabilities

Games

  • brain-even - Determining an even number
  • brain-calc - Calculation of arithmetic expressions
  • brain-gcd - Finding the greatest common divisor
  • brain-progression - Search for a missing number in the progression
  • brain-prime - Definition of a prime number

Links

This project was built using these tools:

Tool Description

| uv | "An extremely fast Python package and project manager, written in Rust" |

| ruff | "An extremely fast Python linter and code formatter, written in Rust" |

setup

#Clone the repository
git clone https://github.com/SashaPodorozhnyak/devops-engineer-from-scratch-project-49.git

# setup package
cd brain-games
make install

# start gaming
make brain-game

examples

Examples of games can be viewed at the links below. But you can run the asciinems yourself in the terminal, which are located in the demo directory:

brain-even https://asciinema.org/a/YeIdAD58T1XxuMGQJs875JyCg

brain-calc https://asciinema.org/a/FWChTJOR0UMZ9wJTTyv33elEm

brain-gcd https://asciinema.org/a/zMAPQyLrn9TphXqHWc39uSyXM

brain-progression https://asciinema.org/a/sNNJr3uoJJfVpGK0pYVxqi0z3

brain-prime https://asciinema.org/a/ddP4mKravtdScsryBrlmJ3jKA

OR in terminal

#example brain-even
make play-brain-even
...

This repository was created as part of a project for learning on the Hexlet platform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published