roman/php-project-lvl1

hexlet-project

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

This package is auto-updated.

Last update: 2024-05-04 15:09:48 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