27 lines
725 B
Markdown

<img src="images/logo_fachschaft_white.png" alt="Fachschaftslogo" style="border:0">
<!-- .element class="plain" style="background: transparent; height: 20rem; " -->
## Pseudocode-Quiz
<div style="text-align: center;">
<span style="padding-right: 1rem;">Anika Amma</span>
<span style="padding-right: 1rem;">Anna Sauer</span>
</div>
---
## This is how this works:
* 5 rounds with 7 questions
* each question: a pseudocode snippet that represents a film / TV show / book
* it may allude to the title, the plot or famous lines
* the group that guesses the represented story first gets a point
---
```
protagonist = new Heroine()
charming = new Prince()
while not prince.comes_along():
protagonist.hair_length++
```