文件名称:php-minesweeper:游戏Minesweeper的面向对象PHP实现
文件大小:91KB
文件格式:ZIP
更新时间:2024-05-28 08:59:03
PHP
PHP扫雷器 这是游戏Minesweeper的面向对象PHP实现。 它是为了实践测试驱动的开发而设计的。 因此,此扫雷工具的实现已进行了单元测试。 由于其面向对象的性质,很容易添加自定义正方形而不是地雷。 我希望任何人都认为它有用。 要求 PHP 5.3 作曲家( ) 安装细节 下载文件或克隆此项目。 git clone https://github.com/mauserrifle/php-minesweeper.git 通过composer获取所有依赖项: composer update 运行单元测试 ./vendor/bin/phpunit --colors tests 这应该输出: ...................... Time: 0 seconds, Memory: 4.00Mb OK (22 tests, 175 assertions) 玩耍 PHP 5.4
【文件预览】:
php-minesweeper-master
----composer.json(154B)
----composer.lock(25KB)
----templates()
--------index.mustache(2KB)
----tests()
--------GridTest.php(9KB)
--------SquareTest.php(2KB)
----LICENSE(1KB)
----screenshot.png(64KB)
----.gitignore(246B)
----lib()
--------Minesweeper()
----public()
--------index.php(4KB)
--------media()
----README.md(1KB)