zharkov-denis/brain-games

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

compilation of simple but fascinating text games

v1.1.2 2019-03-16 13:32 UTC

This package is auto-updated.

Last update: 2024-05-17 09:46:01 UTC


README

Maintainability Build Status

Description:

This package is a group of simple but exciting online comsole games. There are next games:

  • Even game (user should define if a number is even);
  • Calc game (user should calculate an expression);
  • GCD game (user should define greatest common devider of two numbers);
  • Progression game (user should define deleted member of progression);
  • Prime game (user should define if a number is prime).

How to install brain games:

For global installation:

composer global require zharkov-denis/brain-games

asciicast

How to launch brain games menu:

After successfull installation:

brain-games

asciicast

How to launch Even game:

After successfull installation:

brain-even

asciicast

How to launch Calc game:

After successfull installation:

brain-calc

asciicast

How to launch GCD game:

After successfull installation:

brain-gcd

asciicast

How to launch Progression game:

After successfull installation:

brain-progression

asciicast

How to launch Prime game:

After successfull installation:

brain-prime

asciicast