valentina-vasileva/php-project-lvl1

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

Brain Games

v7.0.0 2020-07-09 15:03 UTC

This package is auto-updated.

Last update: 2024-05-10 00:04:31 UTC


README

68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61393961383864323861643337613739646266362f6d61696e7461696e6162696c697479

BRAIN GAMES

A PHP package with 5 games that make your brain work.

Installation

Via Composer

$ composer global require valentina-vasileva/php-project-lvl1

Usage

brain-even

The goal of the game is indicating even numbers.

To play:

$ brain-even

Installation of the package and the game launch:
asciicast

brain-calc

The goal of the game is writing results of expressions.

To play:

$ brain-calc

The game launch:
asciicast

brain-gcd

The goal of the game is finding the highest common factor.

To play:

$ brain-gcd

The game launch:
asciicast

brain-progression

The goal of the game is writing a missing number of arithmetic progression.

To play:

$ brain-progression

The game launch:
asciicast

brain-prime

The goal of the game is indicating a prime number.

To play:

$ brain-prime

The game launch:
asciicast