Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.63 KB

File metadata and controls

39 lines (28 loc) · 1.63 KB

Hexlet tests and linter status:

Actions Status

Requirements

  • python 3.10
  • prompt 0.4.1

Installation:

In terminal type the following commands from the package directory:

  • make install
  • make build
  • make package-install

Usage:

After the installation you can use the following commands to run games: brain-even (runs the "even numbers game") brain-calc (runs the "calculator") brain-gcd (runs the "greatest common divisor game") brain-prime (runs the "prime numbers game") brain-progression (runs the "arithmethic progression game")

Even numbers game demonstration

asciicast

Calculator game demonstration

asciicast

Greatest common divisor game demonstration

asciicast

Arithmethic progression game demonstration

asciicast

Prime numbers game demonstration

asciicast