-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31bd745
commit fd904a6
Showing
4 changed files
with
250 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# Script | ||
|
||
We're creating a game named **DreadNought** and it is based upon the classic game of **Battleship** | ||
|
||
#### History | ||
|
||
Battleship is a two player strategy guessing game. | ||
|
||
It originally came about around **World War One** and was played on with pencil and paper. | ||
|
||
The game as we know it today was released by **Milton Bradley** in 1967 as a plastic board game, however now you can play it on virtually any computer. | ||
|
||
#### What is Battleship? | ||
|
||
In **Battleship** each player has a 10x10 board of tiles where, before the game begins, they may place their 5 ships of varying lengths wherever they like on the board, however ships cannot be placed such that they overlap with each other. | ||
|
||
On their turn a player chooses a position on the board to fire a "missile" onto the opponent's board and are told if they missed or hit a ship. | ||
|
||
A ship is sunk once all of its sections have been hit. | ||
|
||
A player wins once they sink all of their opponents ships. | ||
|
||
--- | ||
|
||
#### Conclusion | ||
|
||
# Script | ||
|
||
We're creating a game named **DreadNought** and it is based upon the classic game of **Battleship** | ||
|
||
#### History | ||
|
||
Battleship is a two player strategy guessing game. | ||
|
||
It originally came about around **World War One** and was played on with pencil and paper. | ||
|
||
The game as we know it today was released by **Milton Bradley** in 1967 as a plastic board game, however now you can play it on virtually any computer. | ||
|
||
#### What is Battleship? | ||
|
||
In **Battleship** each player has a 10x10 board of tiles where, before the game begins, they may place their 5 ships of varying lengths wherever they like on the board, however ships cannot be placed such that they overlap with each other. | ||
|
||
On their turn a player chooses a position on the board to fire a "missile" onto the opponent's board and are told if they missed or hit a ship. | ||
|
||
A ship is sunk once all of its sections have been hit. | ||
|
||
A player wins once they sink all of their opponents ships. | ||
|
||
--- | ||
|
||
#### Conclusion | ||
|
Oops, something went wrong.