pqr/php-project-lvl1

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

Hexlet learning project 1

dev-master 2020-07-13 16:26 UTC

This package is auto-updated.

Last update: 2024-04-14 00:39:00 UTC


README

68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f37363866653664396364393234336230333432392f6d61696e7461696e6162696c697479

badge.svg

Brain Games

Educational project from Hexlet.io

This project consists of 5 games:

  • Calculator game
  • Even/Odd game
  • The Greatest Common Divisor game
  • Is Prime game
  • Progression game

Installation

composer global require pqr/php-project-lvl1

Make sure to place Composer's system-wide vendor bin directory in your $PATH.

  • macOS: $HOME/.composer/vendor/bin
  • Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
  • GNU / Linux Distributions: $HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin

You could also find the composer's global installation path by running composer global about and looking up from the first line.

Calcualtor game

brain-calc

asciicast

Even/Odd game

brain-even

asciicast

The Greatest Common Divisor game

brain-gcd

asciicast

Is Prime game

brain-prime

asciicast

Progression game

brain-progression

asciicast