Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.63 KB

Brain Games

Maintainability Github Actions Status

This is the first of four training projects on the Python Software Developer course on Hexlet.io

The package contains five simple mathematics quiz games:

  • Even check brain-even
  • Calculator brain-calc
  • Greatest common divider brain-gcd
  • Arithmetic progression brain-progression
  • Prime number brain-prime

Installation

Use the package manager pip to install Brain Games.

pip install --extra-index-url https://test.pypi.org/simple/ aabur-brain-games

asciicast

Usage

To start the game, just run the required module from the terminal

Run with correct answers

asciicast

Run with wrong answers

asciicast

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT