Change explanation and add better matrix joke

This commit is contained in:
Sauer 2019-04-15 17:01:47 +02:00
parent ab64283d7c
commit 0c0839a9db
3 changed files with 7 additions and 3 deletions

View File

@ -31,6 +31,7 @@
<section data-markdown="sections/02.md" data-separator="^\r?\n===\r?\n$" data-separator-vertical="^\r?\n---\r?\n$" data-separator-notes="^Notes:"></section> <section data-markdown="sections/02.md" data-separator="^\r?\n===\r?\n$" data-separator-vertical="^\r?\n---\r?\n$" data-separator-notes="^Notes:"></section>
<section data-markdown="sections/03.md" data-separator="^\r?\n===\r?\n$" data-separator-vertical="^\r?\n---\r?\n$" data-separator-notes="^Notes:"></section> <section data-markdown="sections/03.md" data-separator="^\r?\n===\r?\n$" data-separator-vertical="^\r?\n---\r?\n$" data-separator-notes="^Notes:"></section>
<section data-markdown="sections/04.md" data-separator="^\r?\n===\r?\n$" data-separator-vertical="^\r?\n---\r?\n$" data-separator-notes="^Notes:"></section> <section data-markdown="sections/04.md" data-separator="^\r?\n===\r?\n$" data-separator-vertical="^\r?\n---\r?\n$" data-separator-notes="^Notes:"></section>
<section data-markdown="sections/05.md" data-separator="^\r?\n===\r?\n$" data-separator-vertical="^\r?\n---\r?\n$" data-separator-notes="^Notes:"></section>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@
--- ---
## This is how this works: ## This is how this works:
* xx rounds with xx questions * 5 rounds with 7 questions
* each question: a pseudocode snippet that represents a film / TV show / book * each question: a pseudocode snippet that represents a film / TV show / book
* it may allude to the title, the plot or famous lines * it may allude to the title, the plot or famous lines
* the group that guesses the represented story first gets a point * the group that guesses the represented story first gets a point

View File

@ -63,13 +63,16 @@ call.(HOME)
--- ---
``` ```
"[][]" illusion_world[][]
new Chosen_One()
``` ```
--- ---
<!-- empty slide --> <!-- empty slide -->
```
pills() = ["blue", "red"]
```
--- ---