💄 (leaderboard): Ability to replay a game or change game settings

This commit is contained in:
2024-02-14 22:19:55 +01:00
parent 79962f45dc
commit 6d22409763
10 changed files with 366 additions and 96 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { atom } from 'recoil';
export const gameStateAtom = atom({
key: 'gameState',
default: {
status: 'settings',
status: 'board',
difficulty: 'begginer',
gridSize: 20,
bombs: 0,