From 4f13cc39b0e945bb43742fe0b50a375dfcbd3951 Mon Sep 17 00:00:00 2001 From: JoeStrout Date: Thu, 20 Jul 2023 07:14:41 -0700 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo (“it’s” —> “its”). --- 11_Bombardment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_Bombardment/README.md b/11_Bombardment/README.md index d0d05bf9..de2a69e7 100644 --- a/11_Bombardment/README.md +++ b/11_Bombardment/README.md @@ -2,7 +2,7 @@ BOMBARDMENT is played on two, 5x5 grids or boards with 25 outpost locations numbered 1 to 25. Both you and the computer have four platoons of troops that can be located at any four outposts on your respective grids. -At the start of the game, you locate (or hide) your four platoons on your grid. The computer does the same on it’s grid. You then take turns firing missiles or bombs at each other’s outposts trying to destroy all four platoons. The one who finds all four opponents’ platoons first, wins. +At the start of the game, you locate (or hide) your four platoons on your grid. The computer does the same on its grid. You then take turns firing missiles or bombs at each other’s outposts trying to destroy all four platoons. The one who finds all four opponents’ platoons first, wins. This program was slightly modified from the original written by Martin Burdash of Parlin, New Jersey.