Уборка

This commit is contained in:
2021-07-04 19:56:18 +03:00
parent e8bfc0ae79
commit 3f51cd79d9
10 changed files with 4 additions and 6 deletions

8
app/gameData.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"question": "Что это такое?",
"image": "image.png",
"answer": [ "Мост", "Рудник", "Река", "Солнце" ],
"rightAnser": "мост"
}
]