Add Glossary
parent
756475f086
commit
fcf8c8c432
1 changed files with 17 additions and 0 deletions
17
Glossary.md
Normal file
17
Glossary.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
Definitions for a few terms in the game engine and this documentation, partly based on [the design doc](https://forge.planetexpress.me/ch0ccyra1n/fedijam-engine/src/branch/main/DESIGN.md#glossary).
|
||||
|
||||
### Encounter
|
||||
|
||||
A scenario and a list of choices; the building-block of the game.
|
||||
|
||||
### Choice
|
||||
|
||||
A decision that the player makes in order to progress the game, or possibly set them back.
|
||||
|
||||
### Scenario
|
||||
|
||||
A block of text explaining the present situation.
|
||||
|
||||
### Goal
|
||||
|
||||
Defines victory for the player.
|
Loading…
Add table
Reference in a new issue