Add warning for failures in the Quest tutorial lesson (not yet complete)
This commit is contained in:
parent
d02e6d0f3c
commit
5b2963fc46
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Game Quests
|
# Game Quests
|
||||||
|
|
||||||
|
```{warning}
|
||||||
|
This tutorial lesson is not yet complete, and has some serious bugs in its implementation. So use this as a reference, but the code is not yet ready to use directly.
|
||||||
|
```
|
||||||
|
|
||||||
A _quest_ is a common feature of games. From classic fetch-quests like retrieving 10 flowers to complex quest chains involving drama and intrigue, quests need to be properly tracked in our game.
|
A _quest_ is a common feature of games. From classic fetch-quests like retrieving 10 flowers to complex quest chains involving drama and intrigue, quests need to be properly tracked in our game.
|
||||||
|
|
||||||
A quest follows a specific development:
|
A quest follows a specific development:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue