Skip to content

C3rb/battleship-php

 
 

Repository files navigation

Battleship PHP

A simple game of Battleship, written in PHP. Created by Sergey https://github.com/2heoh

Download game

Use this link It's a zip file. Unpack it somewhere.

Run locally

Download and install PHP 7+ from php.net and then run battleship with composer

composer run game

or in Docker

If 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 bash

Contribution

Check CONTRIBUTION.md file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 94.4%
  • Gherkin 5.6%