Skip to content

Valentina-Vasileva/php-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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