Files
hidden11/data/puzzles.json
T
alexandrev-tibco f4157f6b82
Build and push image / build (push) Successful in 1m15s
Improve puzzle difficulty and sharing
2026-05-04 21:04:27 +02:00

61 lines
1.6 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": "pavard",
"MID": "szoboszlai",
"WING": "coman",
"ST": "morata"
},
"fixedPosition": "DEF",
"clues": [
"The goalkeeper and striker have both won league titles in Spain.",
"The defender and winger have both won league titles in Germany.",
"The winger and striker were once teammates at Juventus.",
"The midfielder has played league football in Austria, Germany and England."
]
},
{
"id": "2026-05-02-hard",
"date": "2026-05-02",
"difficulty": "hard",
"solution": {
"GK": "ederson",
"DEF": "grimaldo",
"MID": "fabian-ruiz",
"WING": "kvaratskhelia",
"ST": "jonathan-david"
},
"fixedPosition": "MID",
"clues": [
"The goalkeeper and defender have both won league titles in Portugal.",
"The defender has won league titles in Portugal and Germany.",
"The midfielder has won league titles in Italy and France.",
"The winger and midfielder both moved to France after starring in Italy.",
"The striker was the top scorer in France before moving to Italy."
]
}
]