From 3132a78c73a4538e37ad563673b9ed097e41d3e2 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 5 Apr 2022 12:22:24 -0400 Subject: [PATCH] Updated README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baca5e9..f16eaf3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # ShipGame -Backend for the ShipGame written in Python \ No newline at end of file +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.