mirror/brain-games

Console game on PHP

0.8.0 2019-04-27 11:12 UTC

This package is auto-updated.

Last update: 2024-04-16 13:03:32 UTC


README

Maintainability Badge:
Maintainability

Travis CL Badge:
Build Status

Brain Games is a small console game.

You can install it with Composer:

$ composer require mirror/brain-games

Games:

brain-even - look at number and answer, is it even?

brain-prime - look at number and answer, is it prime?

brain-calc - enter result of shown operation.

brain-gcd - find and enter greatest common divisor of shown numbes.

brain-progression - enter the missing number.