roman/php-project-lvl1

hexlet-project

Maintainers

Package info

github.com/Roman-Ast/php-project-lvl1

Type:project

pkg:composer/roman/php-project-lvl1

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-10-04 05:37 UTC

This package is auto-updated.

Last update: 2026-03-04 19:03:17 UTC


README

Maintainability Build Status

Brain games

This package introduces several CLI games to interact with users in a question / answer format.

Installation:

  • Clone this repository
  • make install

You also can install this package via composer.

asciicast

List of games:

  • brain-even

You should to determine an even number or not by answering 'yes' or 'no'

asciicast

  • brain-gcd

You should find the greatest common divisor of two numbers

asciicast

  • brain-progression

You should determine hidden element of progression

asciicast

  • brain-prime

You must define a prime or not by answering 'yes' or 'no'

asciicast

  • brain-calc

You must calculate the sum of two numbers

asciicast