Files
hidden11/data/puzzles.json
T
alexandrev-tibco fa04b20e30 Initial hidden11 MVP
2026-05-02 20:50:36 +02:00

61 lines
1.4 KiB
JSON

[
{
"id": "2026-05-02-easy",
"date": "2026-05-02",
"difficulty": "easy",
"solution": {
"GK": "alisson",
"DEF": "van-dijk",
"MID": "bellingham",
"WING": "saka",
"ST": "haaland"
},
"fixedPosition": "GK",
"clues": [
"Two players share the same club.",
"Four players play in England.",
"The striker is Norwegian.",
"The winger is English."
]
},
{
"id": "2026-05-02-medium",
"date": "2026-05-02",
"difficulty": "medium",
"solution": {
"GK": "courtois",
"DEF": "rudiger",
"MID": "modric",
"WING": "vinicius",
"ST": "lewandowski"
},
"fixedPosition": "MID",
"clues": [
"Three players are from Real Madrid.",
"The goalkeeper is Belgian.",
"The winger is Brazilian.",
"The striker plays in Spain but not for Real Madrid."
]
},
{
"id": "2026-05-02-hard",
"date": "2026-05-02",
"difficulty": "hard",
"solution": {
"GK": "donnarumma",
"DEF": "saliba",
"MID": "de-bruyne",
"WING": "mbappe",
"ST": "kane"
},
"fixedPosition": "WING",
"clues": [
"The revealed player plays in Spain.",
"Two players are current Premier League players.",
"The defender is French.",
"The striker plays in Germany.",
"The midfielder plays for Napoli."
]
}
]