https://github.com/rutzno/battleship
Fun game Battleship
https://github.com/rutzno/battleship
Last synced: 6 months ago
JSON representation
Fun game Battleship
- Host: GitHub
- URL: https://github.com/rutzno/battleship
- Owner: Rutzno
- Created: 2021-03-30T22:56:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T00:12:11.000Z (about 4 years ago)
- Last Synced: 2023-08-17T03:54:04.552Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Battleship
**Battleship** (also _Battleships_ or _Sea Battle_) is a strategy type guessing
game for two players. It is played on ruled grids (paper or board) on which
each player's fleet of ships (including battleships) are marked. The
locations of the fleets are concealed from the other player. Players
alternate turns calling "shots" at the other player's ships, and the
objective of the game is to destroy the opposing player's fleet.This game was initially coined by _Milton Bradley_ an American business magnate,
game pioneer and publisher.In this project, we will reproduce this classic game. There are distinct
variations of the Battleship game, but we will use the original rules
written by Milton Bradley. To start the game, you have five ships to
organize on 10×10 game field.The meaning of different symbols used in the battlefield:
- ~: fog;
- O: cell of a ship
- X: hit
- M: miss`>`