ava/brain-games

Collection of CLI games

1.0.0 2020-07-09 17:29 UTC

This package is auto-updated.

Last update: 2024-04-10 01:56:43 UTC


README

Maintainability CI

CLI games to workout your brain with simple mathematics.

  • brain-even
    Say whether number is even
  • brain-calc
    Enter result of simple operation with natural numbers
  • brain-gcd
    Enter the greatest common divisor of two numbers
  • brain-progression
    Enter missing number in arithmetic progression
  • brain-prime
    Say if number is prime

Install with composer

# globally
$ composer global require ava/brain-games

# or locally
$ composer require ava/brain-games

Examples below are for global installation

Run "Even" game

$ brain-even

asciicast

Run "Calc" game

$ brain-calc

asciicast

Run "GCD" game

$ brain-gcd

asciicast

Run "Progression" game

$ brain-progression

asciicast

Run "Prime" game

$ brain-prime

asciicast

If you use local installation add path to package.
Also note that games placed in /bin/ directory of package.
Example if you are at package root directory:

./bin/brain-even