Skip to content

"Brain games" is app for CLI, that consist of 5 games developed for training your brain with simple mathematical examples.

Notifications You must be signed in to change notification settings

NNbaur/python-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Actions Status

Description


"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 expression
  • brain-gcd - find greatest common divisor
  • brain-prime - is number prime?
  • brain-progression - find missed element of arithmetic progression

How to install


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

Usage


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

How to work brain-games


  • brain-even asciicast

  • brain-calc asciicast

  • brain-gcd asciicast

  • brain-progression asciicast

  • brain-prime asciicast

About

"Brain games" is app for CLI, that consist of 5 games developed for training your brain with simple mathematical examples.

Resources

Stars

Watchers

Forks

Packages

No packages published