Introduce Dockerfile

This commit is contained in:
2024-02-18 16:17:54 +01:00
parent 2b29a8e4b2
commit 4d07719066
6 changed files with 54 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import { atom } from 'recoil';
export const gameStateAtom = atom({
key: 'gameState',
default: {
status: 'board',
status: 'settings',
difficulty: 'beginner',
gridSize: 12,
bombs: 0,