"Brain games" is app, that consist of 5 games developed for training your brain with simple mathematical examples.
brain-even- is number even?brain-calc- calculate math expressionbrain-gcd- find greatest common divisorbrain-prime- is number prime?brain-progression- find missed element of arithmetic progression
pip install git+https://github.com/NNbaur/python-project-lvl1.git
or
$ git clone https://github.com/NNbaur/python-project-lvl1
$ cd ProjectDirectory
$ make install
$ make build
$ make package-install
You can run a specific game by typing the name of the game in CLI:
brain-even
brain-calc
brain-gcd
brain-prime
brain-progression