specialsnipe / code
hexlet php-package
dev-main
2022-07-04 10:47 UTC
Requires
- php: 7.4.3
- wp-cli/php-cli-tools: ^0.11.13
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-04 15:16:02 UTC
README
描述: https://ru.hexlet.io/professions/php/projects/45
Hexlet 测试和代码检查器状态
如何安装
composer global require specialsnipe/code:main-dev@dev
如何运行游戏
运行 brain-game
然后输入游戏名称
游戏列表及描述
- calc
找出表达式的结果。 - even
如果给定数字是偶数,则回答 "yes",否则回答 "no"。 - gcd
找出给定数字的最大公约数。 - prime
如果给定数字是质数,则回答 "yes",否则回答 "no"。 - progression
找出缺失在数列中的数字。
brain-even 游戏
brain-calc 游戏
brain-gcd 游戏
brain-progression 游戏
brain-prime 游戏: