setage/README.md

20 lines
519 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
* [ ]