mirror of
https://codeberg.org/andyscott/ShipGame.git
synced 2024-12-22 12:33:10 -05:00
Updated README.md
This commit is contained in:
parent
547e47cfa7
commit
3132a78c73
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,3 +1,13 @@
|
||||||
# ShipGame
|
# ShipGame
|
||||||
|
|
||||||
Backend for the ShipGame written in Python
|
This program was my final project for **CS 162 - Introduction to Programming
|
||||||
|
II** at Oregon State University. ShipGame is a Battleship-like game
|
||||||
|
for two players.
|
||||||
|
|
||||||
|
## Program Description
|
||||||
|
|
||||||
|
Each player has a 10x10 grid on which they place their ships. On their
|
||||||
|
turn, the player fires a torpedo at a square on their opponents grid.
|
||||||
|
Player 'first' gets the first turn, after which the players alternate. A
|
||||||
|
ship is sunk when all of its squares have been hit. A player wins when
|
||||||
|
all of their opponents ships have been sunk.
|
||||||
|
|
Loading…
Reference in a new issue