From e4f578b3daea81dd6269db795828613495a19fe3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 11:32:59 +0200 Subject: [PATCH] chore(app): remove unused instructions file --- app/instructions | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 app/instructions diff --git a/app/instructions b/app/instructions deleted file mode 100644 index ac20693..0000000 --- a/app/instructions +++ /dev/null @@ -1,11 +0,0 @@ -
-

Instructions

-
    -
  1. Clicking a cell which doesn't have a bomb reveals the number of surrounding bombs. Use this information plus some guess work to avoid opening the bombs.
  2. -
  3. To open a cell, click on it. To flag a cell you think is a bomb, right-click.
  4. -
-
-
-

Pro Tip

- Clicking an open cell that has the correct number of flagged neighboring bombs will open all remaining unopened neighbor cells all at once. If an incorrect number of neighbors are flagged, or all neighbors are flagged or open, clicking the cell has no effect. If an incorrect neighbor is flagged, this will cause instant death. -