Add Grand Line Dune Crimea set

This commit is contained in:
2026-06-27 14:40:52 +03:00
parent df2c4f0434
commit e1f9973128
3 changed files with 244 additions and 2 deletions
+3 -1
View File
@@ -90,8 +90,9 @@ npm run check # проверка типов (svelte-check)
```ts
import { familyKnowledgeJourneySet } from './family-knowledge-journey';
import { grandLineDuneCrimeaMinecraftComputersSet } from './grand-line-dune-crimea-minecraft-computers';
import { mySet } from './my-set';
export const questionSets = [familyKnowledgeJourneySet, mySet];
export const questionSets = [familyKnowledgeJourneySet, grandLineDuneCrimeaMinecraftComputersSet, mySet];
```
Готово — набор автоматически появится на экране выбора.
@@ -106,6 +107,7 @@ src/
│ ├─ types.ts # Доменные типы (Question, Category, QuestionSet, GameState)
│ ├─ question-sets/ # ДАННЫЕ (отделены от UI)
│ │ ├─ family-knowledge-journey.ts # набор вопросов
│ │ ├─ grand-line-dune-crimea-minecraft-computers.ts # набор вопросов
│ │ └─ index.ts # реестр наборов + хелперы поиска
│ ├─ stores/
│ │ └─ game.ts # СОСТОЯНИЕ игры (Svelte store + localStorage)