(game): Generate grid & User Interactions

Generate grid with bombs & numbers, user interactions like, click on a cell, pin a flag
This commit is contained in:
2024-02-12 11:18:14 +01:00
parent d0d8093fb5
commit 28f48bacdd
10 changed files with 373 additions and 15 deletions
+7
View File
@@ -5,5 +5,12 @@
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
user-select: none;
}
#root {
width: 100svw;
height: 100svh;
background: #598b8e;
overflow: hidden;
}