Skip to content

emiliopedrollo/php-minesweeper

 
 

Repository files navigation

PHP-Minesweeper

This is an object-oriented PHP implementation of the game Minesweeper. It was made to practice test-driven development. So this minesweeper implementation is fully unit tested.

Because of its OOP nature, it's easy to add custom squares instead of mines.

I hope anyone finds it useful.

PHP-Minesweeper screenshot

Requirements

  • PHP 5.3

Installation details

Download the files or clone this project.

git clone https://github.com/emiliopedrollo/php-minesweeper.git

Get all dependencies through composer:

./composer.phar update

Running unittests

./vendor/bin/phpunit --colors tests

This should output:

......................

Time: 0 seconds, Memory: 4.00Mb

OK (22 tests, 175 assertions)

Playing

PHP 5.4 is easy and fast:

cd public
php -S localhost:8000

Open http://localhost:8000 in your browser.

Demo

There will be no demo from me

About

An object-oriented PHP implementation of the game Minesweeper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.1%
  • HTML 5.6%
  • CSS 4.0%
  • JavaScript 3.3%