viktor/php-project-lvl1

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

Brain games. First project on hexlet in PHP proffession. Started 11.10.2019. vitek.mo@gmail.com

v0.6.2 2019-11-03 03:29 UTC

This package is auto-updated.

Last update: 2025-06-15 04:58:31 UTC


README

Build Status

Brain games


Description
Set of 5 math games

Games list

  • brain-calc - find correct answer for ariphmetical operations.
  • brain-prime - Answer if number is prime or not.
  • brain-gcd - Find the greatest common divisor for given two numbers.
  • brain-even - Answer if number is even or not.
  • brain-progression - Find the missing progression member.

Installation
- install from packagist with "composer global require viktor/php-project-lvl1"

Play
- games are installing globally. So just run it with game name.

Brain-games installation and game process.