From 4d0b04c1bf83ce6a3ef6e08b0d42f8ec4895d629 Mon Sep 17 00:00:00 2001 From: Kirill Z Date: Tue, 9 Sep 2014 00:26:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e94dc4d..cf647fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Minesweeper-Android =================== -Basic old school puzzle game "Minesweeper" 8x8 cells with 10 mines/bombes. +Basic old school puzzle game "Minesweeper" 8x8 cells with 10 mines (bombs). The objective of the game is to clear a rectangular board containing hidden "mines" without detonating any of them, with help from clues about number of neighboring mines in each field. The game originates from the 1960s, and has been written for many computing platforms in use today. It has many variations and offshoots.