bondsa/brain-games
Composer 安装命令:
composer create-project bondsa/brain-games
包简介
Brain games
README 文档
README
Terminal based Mini Games
List of Games
- brain-even (Answer "yes" if number even otherwise answer "no".)
- brain-calc (What is the result of the expression?)
- brain-gcd (Find the greatest common divisor of given numbers.)
- brain-balance (Balance the given number.)
- brain-progression (What number is missing in this progression?)
- brain-prime (Answer "yes" if number prime otherwise answer "no".)
Getting Started
These instructions will get you a copy of the project up and running on your local machine.
Installing
Globally
Install the package:
$ composer global require bondsa/brain-games
Add to PATH ~/.config/composer/vendor/bin:
echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.bash_profile
Restart the terminal.
Usage
$ game-name, e.g. $ brain-calc
Versioning
I use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
Sergei Bondarenko - GitHub
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-05-23