setage/README.md

26 lines
707 B
Markdown

# SETAGE
A **S**imple **E**xtensible **T**ext **A**dventure **G**ame **E**ngine.
Still in pre-alpha. Expect bugs and other unfinished oddities.
Template may be out-of-date.
## Manifest
see docs.toml
## Example
see test-game/manifest.setage
## Planned Features
* [x] more interactable types:
* [x] `input` provides case insensitive input checking
* [x] `exact input` provides exact input checking
* [x] `item check`, `item take` provides item checking
* [ ] combining items and other item interactions
* [x] basic
* [x] multiple outputs
* [ ] reusable items ?
* [ ] lockable
* [ ] "item" = examine an item
* [ ] "room" = enter a room
* [ ] "interactable" = use an interactable