ungleich-learning-circle/sami/learn-python-the-hard-way/learn-german.org

33 lines
1.3 KiB
Org Mode
Raw Permalink Normal View History

2020-06-19 14:44:48 +00:00
* Ger man
** This game can be a quiz about the trennbaren verben since the german language is very vast I can start with a specfic topic that would the phrasal-verb which are really confusing in the German verbs
*** The quiz is simply player gets a trennenbaren verb and choices and then chooses the best answer
**** Every time a player gets the correct, player answer gets a point.
* Prepositions
** This game can be about prepositions
*** The quiz is gets verb and choices and then chooses the best answer.
2020-06-24 14:41:27 +00:00
- My Game Description
- I want to program a translation Quiz
- Game flow is:
- The Quiz shows a german word
- It prompts for a translation
- The player enters the translation
- Quiz compares
- The Quiz outputs write or wrong
- The Quiz Counts your points
- For a correct answer player get plus 5 points
- For incorrect answer player gets minus 3 points
- The Quiz ends when player types quit
- When you quit the Quiz shows the total points
- ( optional) The Quiz shows total amount of write and wrong answers
2020-06-25 13:46:41 +00:00
* Final stage
# Final stage
if score <= 1:
print("Your total score is:", score, "- You suck!")
elif score == 2:
print("Your total score is:", score, "- You went ok!")
else
print("Your total score is:", score, "- You are awesome!")