dekabruga/php-project-lvl1

There is no license information available for the latest version (1.3.1) of this package.

Brain games

1.3.1 2020-01-10 07:29 UTC

This package is auto-updated.

Last update: 2024-05-14 03:40:32 UTC


README

Brain Games - collection of command line games

Maintainability Build Status

How to install

Installation with composer

Enter the command composer global require dekabruga/php-project-lvl1 to install Brain-games

asciicast

Brain-even

In the game you need to answer whether the number is even or not

Enter the command brain-even to start the game

asciicast

Brain-calc

In this game you need to calculate result of expression

Enter the command brain-calc to start the game

asciicast

Brain-gcd

In this game you need to find greatest common divisor of two numbers

Enter the command brain-gcd to start the game

asciicast

Brain-progression

In this game you need to find the missing element of arithmetic progression

Enter the command brain-progression to start the game

asciicast

Brain-prime

In the game you need to answer whether a prime number is or not

Enter the command brain-prime to start the game

asciicast