An open API service indexing awesome lists of open source software.

https://github.com/serge-masiutin/brain_games

Brain Games is a puzzle game that tests basic math knowledge.
https://github.com/serge-masiutin/brain_games

education game hexlet python

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

### Tests and linter status:
[![Python CI](https://github.com/sudobooo/brain-games/actions/workflows/pyci.yml/badge.svg)](https://github.com/sudobooo/brain-games/actions/workflows/pyci.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/73b6298f3302a1d1d5e7/maintainability)](https://codeclimate.com/github/Rahab666/python-project-lvl1/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.