dev-main 2022-07-04 10:47 UTC

This package is auto-updated.

Last update: 2024-09-04 15:16:02 UTC


README

描述: https://ru.hexlet.io/professions/php/projects/45

Hexlet 测试和代码检查器状态

Actions Status

如何安装

composer global require specialsnipe/code:main-dev@dev

如何运行游戏

运行 brain-game 然后输入游戏名称

游戏列表及描述

  1. calc
    找出表达式的结果。
  2. even
    如果给定数字是偶数,则回答 "yes",否则回答 "no"。
  3. gcd
    找出给定数字的最大公约数。
  4. prime
    如果给定数字是质数,则回答 "yes",否则回答 "no"。
  5. progression
    找出缺失在数列中的数字。

brain-even 游戏
asciicast
brain-calc 游戏
asciicast
brain-gcd 游戏
asciicast
brain-progression 游戏
asciicast
brain-prime 游戏: asciicast