(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
+5 -1
View File
@@ -1,3 +1,7 @@
.App {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}