se0ga/brain-games

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

First project on hexlet.com

0.1.19 2018-07-28 19:10 UTC

README

Build Status Code Climate Issue Count Test Coverage

Project Brain Games on PHP

Getting Started

Install

$ composer global require se0ga/brain-games

Launch

  1. This command will ask your name and say hello.
$ brain-games
How it works

demo

  1. This command will check that you know which number is even and which is not.
$ brain-even
How it works

demo

  1. This command will check that you remember how to make those operations +, -, * .
$ brain-calc
How it works

demo

  1. This command will check that you remember how to find greatest common divisor.
$ brain-gcd
How it works

demo

  1. This command will check that you know how to balance number.
$ brain-balance
How it works

demo

  1. This command will check that you know how to find missed number in arithmetic progression.
$ brain-progression
How it works

demo

  1. This command will check that you know which number is prime and which is not.
$ brain-prime
How it works

demo