alexey-654/php-project-lvl1

PHP控制台游戏

安装: 14

依赖: 0

建议者: 0

安全性: 0

星级: 0

关注者: 2

分支: 0

类型:项目

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

This package is auto-updated.

Last update: 2024-09-09 23:13:25 UTC


README

简单的PHP控制台游戏

Maintainability CI

安装

全局

在任何目录下,在Linux终端中输入

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

asciicast

本地

在Linux终端中,转到您想安装此包的目录,然后输入三个命令

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

使用示例

当全局安装了包后

在终端中输入命令(输入一个游戏名称)

$ brain-even

asciicast

$ brain-calc

asciicast

$ brain-gcd

asciicast

$ brain-progression

asciicast

$ brain-prime

asciicast

享受吧 :)