nglynis/php-project-lvl1

v5.1 2020-07-03 04:28 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:40 UTC


README

Build Status php-proekt-1

本项目的目标是巩固在课程中学到的知识,获得使用PHP进行开发的能力,学会配置开发环境,掌握使用Git仓库、代码质量分析器和依赖管理器(例如composer)的基本技能。

项目描述

在项目范围内,需要实现一系列可以从控制台运行的迷你游戏。

安装

composer global require nglynis/php-project-lvl1

注意: ~/.composer/vendor/bin/ 应该在您的 $PATH

export PATH="$PATH:$HOME/.config/composer/vendor/bin"

运行 brain-calc 示例

installation asciicast

运行 brain-even 示例

installation asciicast

运行 brain-gcd 示例

installation asciicast

运行 brain-prime 示例

installation asciicast

运行 brain-progression 示例

installation asciicast