updating docs
This commit is contained in:
parent
1accb10f49
commit
c24967dc74
3 changed files with 349 additions and 6 deletions
|
|
@ -147,3 +147,28 @@ Phase 0 (Foundation)
|
|||
└── Phase 4 (Room Lobby)
|
||||
└── Phase 5 (Multiplayer Game)
|
||||
└── Phase 6 (Deployment)
|
||||
|
||||
|
||||
---
|
||||
|
||||
## ui sketch
|
||||
|
||||
i was sketching the ui of the menu and came up with some questions.
|
||||
|
||||
this would be the flow to start a single player game:
|
||||
main menu => singleplayer, multiplayer, settings
|
||||
singleplayer => language selection
|
||||
"i speak english" => "i want to learn italian" (both languages are dropdowns to select the fitting language)
|
||||
language selection => category selection => pure grammar, media (as disussed, practicing on song lyrics or breaking bad subtitles)
|
||||
pure grammar => pos selection => nouns or verbs (in mvp)
|
||||
nouns has 3 subcategories => singular (1-on-1 translation dog => cane), plural (plural practices cane => cani for example), gender/articles (il cane or la cane for example)
|
||||
verbs has 2 subcategories => infinitv (1-on-1 translation to talk => parlare) or conjugations (user gets shown the infinitiv and a table with all personal pronouns and has to fill in the gaps with the according conjugations)
|
||||
pos selection => difficulty selection (from a1 to c2)
|
||||
afterwards start game button
|
||||
---
|
||||
this begs the questions:
|
||||
- how to store the plural, articles of nouns in database
|
||||
- how to store the conjugations of verbs
|
||||
- what about ipa?
|
||||
- links to audiofiles to listen how a word is pronounced?
|
||||
- one table for italian_verbs, french_nouns, german_adjectives?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue