alexey-654/php-project-lvl1

console game on php

v1.0 2020-04-20 15:10 UTC

This package is auto-updated.

Last update: 2024-03-09 22:10:40 UTC


README

Simple console games on php

Maintainability CI

Installation

Global

In your Linux terminal in any directory type

$ composer global require alexey-654/php-project-lvl1

asciicast

Local

In your Linux terminal go to the directory where you want to install this package then type three commands:

$ git clone https://github.com/Alexey-654/php-project-lvl1.git
$ cd php-project-lvl1/
$ make install

Usage Examples

When package installed globally

In your terminal type command (name one of games):

$ brain-even

asciicast

$ brain-calc

asciicast

$ brain-gcd

asciicast

$ brain-progression

asciicast

$ brain-prime

asciicast

Enjoy :)