Add warning for failures in the Quest tutorial lesson (not yet complete)

This commit is contained in:
Griatch 2025-03-23 21:36:45 +01:00
parent d02e6d0f3c
commit 5b2963fc46

View file

@ -1,5 +1,9 @@
# 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 follows a specific development: