nokobo/php-project-lvl1

Several mini-console games.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/nokobo/php-project-lvl1

1.0.0 2020-01-03 12:57 UTC

This package is auto-updated.

Last update: 2025-09-29 02:03:19 UTC


README

Build Status Maintainability

Installation with Composer:

$ composer global require nokobo/php-project-lvl1

Description:

Several mini-console games. To win you need to answer three questions in a row.

List of games:

  • brain-even - specify if the number is even or not.
  • brain-calc - find the result of the expression.
  • brain-gcd - find the greatest common divisor of given numbers.
  • brain-progression - find a missed number in the progression.
  • brain-prime - specify if the number is prime or not.

How to run and play:

$ brain-even

asciicast

$ brain-calc

asciicast

$ brain-gcd

asciicast

$ brain-progression

asciicast

$ brain-prime

asciicast