backend-educational-project-lvl1
v2.0.0
Published
Collection of games to train brain
Downloads
1
Readme
This repository contains the collection of games to train brain.
At the moment you can play the following games:
- Parity Check
- answer "yes" if the number is even, otherwise answer "no".
- Calculator
- find result of the math expression.
- Greatest Common Divisor
- find the greatest common divisor of two numbers.
- Arithmetic progression
- find number is missing in the arithmetic progression.
- Number Is Prime?
- answer "yes" if the number is prime, otherwise answer "no".