From a7114f6d30619aa34fe5f0aa0fb76b52acf9c13b Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 27 Mar 2020 01:36:26 +0500 Subject: [PATCH] Create table_of_contents.md --- docs/table_of_contents.md | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/table_of_contents.md diff --git a/docs/table_of_contents.md b/docs/table_of_contents.md new file mode 100644 index 0000000..727e6a0 --- /dev/null +++ b/docs/table_of_contents.md @@ -0,0 +1,43 @@ +## Approaches and concepts implemented in this project + +### Rooms +- Decorations +- Passages between rooms +- Light, brightness and switches +- Decorations for multiple locations +- Dynamic change of the description +- Dynamically adding and changing passages +- Random atmosphere events + +### Doors and containers +- Autoclosing doors +- Fake doors and dead ends +- Several doors in one wall +- Doors locked with keys +- Containers locked with a code lock + +### Things and objects +- Dynamic and shuffled descriptions +- Hidden objects +- Expendable objects +- Destructible objects +- Edible, smelling, sensible objects +- Dynamic movement of objects +- Dynamic change of object properties + +### Actions +- Modifying actions +- Remapping actions +- Custom actions with one or two objects + +### Actors +- Wearable clothing +- States and postures of the actors +- Transitions of actors between states +- Custom conversation topics +- Default answers and reactions + +### Input and output +- Markup +- Pausing output +- Intro and outro