Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 846 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 846 Bytes

Tests and linter status:

Python CI Maintainability

Brain Games

The first project written for the academic purposes of a Hexlet's course on learning a programming language Python.

Brain Games is a puzzle game that tests basic math knowledge.

Available games:

  • Gcd - сhecks knowledge of greatest common divisors.
  • Prime - сhecks knowledge of prime numbers.
  • Progression - сhecks knowledge of arithmetic progression.
  • Even - сhecks knowledge of even numbers.
  • Calc - сhecks knowledge of basic mathematical expressions.