This commit is contained in:
mike
2025-12-18 10:24:52 +01:00
commit 3e60cad1a0
16 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,83 @@
{
"gridv2": [
"#############",
"#############",
"####B#PALLET#",
"####E#O######",
"##D#S#L#T####",
"##E#T#I#A####",
"##LAAGTANK###",
"##F#N#I#K####",
"##T#D#E#E####",
"########N####",
"#############"
],
"words": [
{
"word": "LAAGTANK",
"clue": "Hoofdonderdeel in beslag genomen",
"startRow": 6,
"startCol": 2,
"direction": "horizontal",
"answer": "LAAGTANK",
"arrowRow": 6,
"arrowCol": 1
},
{
"word": "POLITIE",
"clue": "Verantwoordelijk bij de inval",
"startRow": 2,
"startCol": 6,
"direction": "vertical",
"answer": "POLITIE",
"arrowRow": 1,
"arrowCol": 6
},
{
"word": "BESTAND",
"clue": "Samengestelde hoeveelheid",
"startRow": 2,
"startCol": 4,
"direction": "vertical",
"answer": "BESTAND",
"arrowRow": 1,
"arrowCol": 4
},
{
"word": "PALLET",
"clue": "Transportmiddel voor de lachgastank",
"startRow": 2,
"startCol": 6,
"direction": "horizontal",
"answer": "PALLET",
"arrowRow": 2,
"arrowCol": 5
},
{
"word": "TANKEN",
"clue": "Vervoort voor de lachgastank",
"startRow": 4,
"startCol": 8,
"direction": "vertical",
"answer": "TANKEN",
"arrowRow": 3,
"arrowCol": 8
},
{
"word": "DELFT",
"clue": "Stad waar het gebeurde",
"startRow": 4,
"startCol": 2,
"direction": "vertical",
"answer": "DELFT",
"arrowRow": 3,
"arrowCol": 2
}
],
"difficulty": 1,
"rewards": {
"coins": 50,
"stars": 2,
"hints": 1
}
}

View File

@@ -0,0 +1,127 @@
{
"gridv2": [
[
"##############"
],
[
"##############"
],
[
"########C#####"
],
[
"########E#####"
],
[
"##DIVUSEN#####"
],
[
"########S#####"
],
[
"######EQUALIA#"
],
[
"####G###R##J##"
],
[
"###BLOKIER#Z##"
],
[
"####O#O####E##"
],
[
"####O#R####N##"
],
[
"####M#T####K##"
],
[
"####I#E####O##"
],
[
"####T#X#######"
],
[
"##############"
]
],
"words": [
{
"word": "BLOKIER",
"clue": "Persoon die accounts blokt.",
"startRow": 8,
"startCol": 3,
"direction": "horizontal",
"answer": "BLOKIER",
"arrowRow": 8,
"arrowCol": 2
},
{
"word": "CENSURE",
"clue": "Controle over queeraccounts.",
"startRow": 2,
"startCol": 8,
"direction": "vertical",
"answer": "CENSURE",
"arrowRow": 1,
"arrowCol": 8
},
{
"word": "DIVUSEN",
"clue": "Verdeel en heers accountblok.",
"startRow": 4,
"startCol": 2,
"direction": "horizontal",
"answer": "DIVUSEN",
"arrowRow": 4,
"arrowCol": 1
},
{
"word": "EQUALIA",
"clue": "Gelijk op abortus.",
"startRow": 6,
"startCol": 6,
"direction": "horizontal",
"answer": "EQUALIA",
"arrowRow": 6,
"arrowCol": 5
},
{
"word": "GLOOMIT",
"clue": "Verstopt sociale media.",
"startRow": 7,
"startCol": 4,
"direction": "vertical",
"answer": "GLOOMIT",
"arrowRow": 6,
"arrowCol": 4
},
{
"word": "IJZENKO",
"clue": "Krachtige blokking.",
"startRow": 6,
"startCol": 11,
"direction": "vertical",
"answer": "IJZENKO",
"arrowRow": 5,
"arrowCol": 11
},
{
"word": "KORTEX",
"clue": "Kort maar krachtig.",
"startRow": 8,
"startCol": 6,
"direction": "vertical",
"answer": "KORTEX",
"arrowRow": 7,
"arrowCol": 6
}
],
"difficulty": 1,
"rewards": {
"coins": 50,
"stars": 2,
"hints": 1
}
}

7
data/index.json Normal file
View File

@@ -0,0 +1,7 @@
{
"date": "2025-12-18",
"files": [
"crossword_2025-12-18_01_duizenden-lachgascilinders-in-beslag-genomen-in-de.json",
"crossword_2025-12-18_02_meta-blokkeert-tientallen-queer-en-abortus-account.json"
]
}