From f95bb93a918155ba9303cf69d0a507d1e62ca376 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sat, 24 Jan 2026 18:15:06 +0100 Subject: Updated README.md --- .README.md.swp | Bin 0 -> 12288 bytes README.md | 4 ++++ src/.game.cpp.swp | Bin 12288 -> 0 bytes src/.main.cpp.swp | Bin 12288 -> 0 bytes 4 files changed, 4 insertions(+) create mode 100644 .README.md.swp delete mode 100644 src/.game.cpp.swp delete mode 100644 src/.main.cpp.swp diff --git a/.README.md.swp b/.README.md.swp new file mode 100644 index 0000000..6bb1ecb Binary files /dev/null and b/.README.md.swp differ diff --git a/README.md b/README.md index 83acb3d..f77d686 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ A reimplementation of minesweeper game in C++ in terminal. + +## Concept + +There are going to be 3 difficulties and 1 user-modified *difficulty*. They can differ with plot size and amount of mines. diff --git a/src/.game.cpp.swp b/src/.game.cpp.swp deleted file mode 100644 index f719d2a..0000000 Binary files a/src/.game.cpp.swp and /dev/null differ diff --git a/src/.main.cpp.swp b/src/.main.cpp.swp deleted file mode 100644 index d282d1f..0000000 Binary files a/src/.main.cpp.swp and /dev/null differ -- cgit v1.2.3