pqr / php-project-lvl1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:PHP 98.7%Language:Makefile 1.3%