Skip to content

Commit 1505f29

Browse files
committed
publish and register puzzles for the new app
1 parent dfad6a1 commit 1505f29

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

frontend/src/lib/game-of-life/data/puzzles.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,70 +13,70 @@ export type { PuzzleMetadata } from "@/lib/types/puzzle.types";
1313

1414
export const KNOWN_PUZZLES: PuzzleMetadata[] = [
1515
{
16-
id: "a61b755ae3f00dffc49b3188d3615979b1cfa90ec302715974ce3b55c3b1fbbd",
16+
id: "3c1b58d04aad8558ead0efef23b0e0d5e1ab765cb165839cdd416e3cb00b73ef",
1717
title: "Block",
1818
summary: "Create a stable 2x2 block pattern in the center of the board",
19-
difficulty: "EASY",
19+
difficulty: "TUTORIAL",
2020
size: 8,
2121
},
2222
{
23-
id: "bc51b1042201dbc52b862229b943cb5f4e6447b2b552c5085304b9fa1136a4bf",
23+
id: "1def66a6cfd77674d11c19444c09c36cbdd033da818bb34731fed1807ea6bcb1",
2424
title: "Beehive",
2525
summary: "Create a stable beehive pattern (6-cell hexagonal shape)",
26-
difficulty: "EASY",
26+
difficulty: "TUTORIAL",
2727
size: 9,
2828
},
2929
{
30-
id: "ca3b41ae5250de1d744430b248de5a1dede98c02ba134875bb32df9191b1b087",
30+
id: "e0a695e714e2d3261116139d0c82bd45ded5cddfbbb6a5e378d5708840da95bd",
3131
title: "Loaf",
3232
summary: "Create a stable loaf pattern (7-cell bread loaf shape)",
33-
difficulty: "EASY",
33+
difficulty: "TUTORIAL",
3434
size: 10,
3535
},
3636
{
37-
id: "b555b0ad298b57d6db68d8d3150a5abdbe2dc58423c486355e0c48c92cac41b7",
37+
id: "23cf5bcd537a69ac864e8cf48ebc5f8983f5c198c0684edcbc0124fffdb200e2",
3838
title: "Boat",
3939
summary: "Create a stable boat pattern (5-cell boat shape)",
40-
difficulty: "EASY",
40+
difficulty: "TUTORIAL",
4141
size: 8,
4242
},
4343
{
44-
id: "110ed8cae50b1abaeadb523207698f2c4d489e0db1b720aae91c7b86829bbcdd",
44+
id: "c727b5046aa1aff1ab91fa9e332f92b4d4db2b024a2e776cf8eb88eefc1194a0",
4545
title: "Tub",
4646
summary: "Create a stable tub pattern (4-cell hollow square)",
47-
difficulty: "EASY",
47+
difficulty: "TUTORIAL",
4848
size: 7,
4949
},
5050
{
51-
id: "2d584161ea7bf1876b64826e566592e85ddac1eef121bc9367188c6cfd8962f7",
51+
id: "3ec0592820295390d8b8cd9ce12a0e8772d2a02a073bb55fd2acf663d68bb251",
5252
title: "Blinker",
5353
summary: "Create a blinker oscillator pattern (3-cell vertical line that oscillates)",
54-
difficulty: "EASY",
54+
difficulty: "TUTORIAL",
5555
size: 7,
5656
},
5757
{
58-
id: "7cb3305b44c20632c0938bfb3e65d69c2b52c32463575028977c6b87e19c25da",
58+
id: "7a6abde497188b19f5e3f14ebcf21a0d39617088f13dd8ffc5cdfa105d093c89",
5959
title: "Beacon",
6060
summary: "Create a beacon oscillator pattern (two 2x2 blocks that blink diagonally)",
6161
difficulty: "EASY",
6262
size: 8,
6363
},
6464
{
65-
id: "61897c9a6177cba237ba32b7c2b5794a92ee4a735180360f4802296bfe9c4cab",
65+
id: "f717565035fb7d73b0728db8258460f865d206a0bb796623e9f161d76ff87050",
6666
title: "Clock",
6767
summary: "Create a clock oscillator pattern (period-4 oscillator)",
6868
difficulty: "EASY",
6969
size: 8,
7070
},
7171
{
72-
id: "e4eebf357881f200ffd79f9310d19778e3e9ee7e98c40113ae89675d1d5a6143",
72+
id: "d0f6184ad4b46bc006f234d74439b7e59a1911f328d3921156227380922368ab",
7373
title: "Glider Migration",
7474
summary: "Guide a glider from the top-left square to the bottom-right square",
7575
difficulty: "EASY",
7676
size: 16,
7777
},
7878
{
79-
id: "b8b3141d3814b078f31249c9cbf4b4a7e5f62659a32f944e9864117826647ca0",
79+
id: "278d44414d9faf905fa0da89fab761eb3fb14f1054248082a119564d0aaf87c7",
8080
title: "Four blinkers",
8181
summary: "Create four blinkers from very few cells",
8282
difficulty: "EASY",

0 commit comments

Comments
 (0)