Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.96 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.96 KB

Brain games

Actions Status Maintainability Actions Status

The game consists of five simple math quizzes:

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

The aim of the game is to find the results of short mathematical expressions. The game offers five varieties of such expressions, three questions for each variety. In case of an incorrect answer, the game ends.

This is the first project implemented for educational purposes in the learning process on the Hexlet study platform

Quickstart

pip install git+https://github.com/IDilettant/python-project-lvl1.git

Usage examples:

Even-check game demo (brain-even):

asciicast

Calculator game demo (brain-calc):

asciicast

Greatest common divisor game demo (brain-gcd):

asciicast

Arithmetic progression game demo (brain-progression):

asciicast

Prime number game demo (brain-prime):

asciicast