203 lines
2.9 KiB
Markdown
203 lines
2.9 KiB
Markdown
|
|
# ROUND 2
|
|
|
|
---
|
|
|
|
# 1
|
|
|
|
|
|
---
|
|
|
|
```
|
|
Dream d = Dream(new Dream(new Dream(new Dream())));
|
|
```
|
|
|
|
---
|
|
|
|
<!-- empty slide -->
|
|
|
|
|
|
---
|
|
|
|
<div class="two-columns">
|
|
<div class="column" style="width:60%"><img src="images/02/inception.jpg"/> </div>
|
|
<div class="column" style="width:40%">Inception (2010)<br/>
|
|
<p class="source">
|
|
source: https://en.wikipedia.org/wiki/File:Inception_(2010)_theatrical_poster.jpg
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
# 2
|
|
|
|
|
|
---
|
|
|
|
```
|
|
hero.has_hairy_feet() = True
|
|
```
|
|
|
|
---
|
|
|
|
<!-- alternative Beschreibung -->
|
|
```
|
|
hero.goal = "Destroy the tiny piece of jewellery"
|
|
```
|
|
|
|
|
|
---
|
|
|
|
<div class="two-columns">
|
|
<div class="column" style="width:60%"><img src="images/02/lord_rings.gif"/> </div>
|
|
<div class="column" style="width:40%">The Lord of the Rings (1954-1955)<br/>
|
|
<p class="source">
|
|
source: https://en.wikipedia.org/wiki/File:First_Single_Volume_Edition_of_The_Lord_of_the_Rings.gif
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
# 3
|
|
|
|
|
|
---
|
|
|
|
```
|
|
hero.age = "young";
|
|
hero.suffer();
|
|
```
|
|
|
|
---
|
|
|
|
<!-- empty slide -->
|
|
|
|
|
|
---
|
|
|
|
<div class="two-columns">
|
|
<div class="column" style="width:60%"><img src="images/02/leiden_werther.jpg"/> </div>
|
|
<div class="column" style="width:40%">Die Leiden des jungen Werther (engl. The Sorrows of Young Werther , 1774)<br/>
|
|
<p class="source">
|
|
source: https://commons.wikimedia.org/wiki/File:Goethe_1774.JPG
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
# 4
|
|
|
|
|
|
---
|
|
|
|
```
|
|
for each person in story:
|
|
person.goal = "Sit on the most uncomfortable chair in the world"
|
|
```
|
|
|
|
---
|
|
|
|
<!-- empty slide -->
|
|
|
|
|
|
---
|
|
|
|
<div class="two-columns">
|
|
<div class="column" style="width:60%"><img src="images/02/game_thrones.jpg"/> </div>
|
|
<div class="column" style="width:40%">Game of Thrones / Song of Ice and Fire (1991-)<br/>
|
|
<p class="source">
|
|
source: https://en.wikipedia.org/wiki/File:Game_of_Thrones_title_card.jpg
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
# 5
|
|
|
|
|
|
---
|
|
|
|
```
|
|
while finger == bony {
|
|
feed children;
|
|
}
|
|
```
|
|
|
|
---
|
|
|
|
<!-- empty slide -->
|
|
|
|
|
|
---
|
|
|
|
<div class="two-columns">
|
|
<div class="column" style="width:60%"><img src="images/02/haensel_gretel.jpg"/> </div>
|
|
<div class="column" style="width:40%">Hänsel und Gretel<br/>
|
|
<p class="source">
|
|
source: https://en.wikipedia.org/wiki/File:Hansel_and_Gretel_Witch_Hunters_.jpg
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
# 6
|
|
|
|
|
|
---
|
|
|
|
```
|
|
if hero.activity == sunbathing:
|
|
hero.sparkles()
|
|
heroine.swoons()
|
|
```
|
|
|
|
---
|
|
|
|
<!-- empty slide -->
|
|
|
|
|
|
---
|
|
|
|
<div class="two-columns">
|
|
<div class="column" style="width:60%"><img src="images/02/twilight.jpg"/> </div>
|
|
<div class="column" style="width:40%">Twilight (2005)<br/>
|
|
<p class="source">
|
|
source: https://en.wikipedia.org/wiki/File:Twilightbook.jpg
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
# 7
|
|
|
|
|
|
---
|
|
|
|
```
|
|
bool down = true;
|
|
NOT down;
|
|
```
|
|
|
|
---
|
|
|
|
<!-- empty slide -->
|
|
|
|
|
|
---
|
|
|
|
<div class="two-columns">
|
|
<div class="column" style="width:60%"><img src="images/02/up.jpg"/> </div>
|
|
<div class="column" style="width:40%">Up (2009)<br/>
|
|
<p class="source">
|
|
source: https://en.wikipedia.org/wiki/File:Up_(2009_film).jpg
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|