valentina-vasileva/php-project-lvl1

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

Brain Games

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/valentina-vasileva/php-project-lvl1

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

This package is auto-updated.

Last update: 2025-10-10 03:07:54 UTC


README

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