Skip to content

Battleships game built in PHP using stripped down Symfony 3 as the base

Notifications You must be signed in to change notification settings

prafed/battleships_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleships Game

  1. Clone this repository to your local machine

  2. Navigate inside the repository directory

  3. Install the required dependencies composer install

  4. Install assets bin/console assets:install --symlink

(Optional) Setup board width and height and adjust starting battleships

Default Settings:
- 10x10 board size
- 1 x Carrier (5 squares length)
- 2 x Submarines (4 squares length)
- 2 x Battleships (3 squares length)
  1. Run the built-in php server bin/console server:run

  2. Copy paste the server's url to your browser.

  3. Enjoy the game

About

Battleships game built in PHP using stripped down Symfony 3 as the base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published