A simple game of Battleship, written in PHP. Created by Sergey https://github.com/2heoh
Use this link It's a zip file. Unpack it somewhere.
Download and install PHP 7+ from php.net and then run battleship with composer
composer run gameIf you don't want to install anything php-related on your system, you can run the game inside Docker instead.
docker run -it -v ${PWD}:/battleship -w /battleship composer bashCheck CONTRIBUTION.md file