Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 318 Bytes

readme.md

File metadata and controls

19 lines (17 loc) · 318 Bytes

Battleships

How to run

1 ) Navigate to this directory from command line
2 ) Generate autoload classmaps with composer

composer dump-autoload

3 ) Start php http server

php -S localhost:8080

4 ) Open localhost:8080

5 ) For tests run

composer install
phpunit