nowitty/php-project-lvl1

console games

v1.4 2019-12-15 21:37 UTC

This package is auto-updated.

Last update: 2025-04-18 05:38:15 UTC


README

Build Status

About

The application is a set of console games of 5 pieces

  1. "even / odd" game;
  2. "Calculator" game;
  3. "Largest common factor" game;
  4. "Progression" game;
  5. "Prime" game;

This is My first project in Hexlet!

Installation

You need use Composer, you can install brain-games system-wide with the following command: composer global require "nowitty/php-project-lvl1"

asciicast

Start

To start the even / odd game, use the brain-even command:

asciicast

To start the game "Calculator" use the brain-calc command:

asciicast

To starts the game "Largest common factor" use the brain-gcd command:

asciicast

To starts the game "Progression" use the brain-progression command:

asciicast

To start the game "Prime" use the brain-prime command:

asciicast