Skip to content

Commit 98bbebe

Browse files
committed
Add creeper captcha
1 parent 56107e6 commit 98bbebe

10 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/lib/server/captcha.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ const captchas: { name: string; preheading: string; heading: string; shuffle?: b
3434
heading: "Flyrr.",
3535
correct: [false, true, true, false, true, true, false, true, true],
3636
},
37+
{
38+
name: "creeper",
39+
preheading: "Select all squares with a",
40+
heading: "Creeper.",
41+
shuffle: true,
42+
correct: [false, true, true, true, true, true, false, true, false],
43+
},
3744
];
3845

3946
function shuffle(arr: any[]) {
834 KB
Loading
1.21 MB
Loading
830 KB
Loading
383 KB
Loading
915 KB
Loading
902 KB
Loading
957 KB
Loading
1010 KB
Loading
502 KB
Loading

0 commit comments

Comments
 (0)