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.
- Host: GitHub
- URL: https://github.com/serge-masiutin/brain_games
- Owner: serge-masiutin
- License: mit
- Created: 2021-10-28T17:51:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T20:19:19.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T01:11:35.022Z (12 months ago)
- Topics: education, game, hexlet, python
- Language: Python
- Homepage: https://github.com/sudobooo/python-project-lvl1
- Size: 179 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Tests and linter status:
[](https://github.com/sudobooo/brain-games/actions/workflows/pyci.yml)
[](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.