25 lines
682 B
Markdown
25 lines
682 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
|
|
* [x] combining items and other item interactions
|
|
* [x] basic
|
|
* [x] multiple outputs
|
|
* [x] lockable
|
|
* [x] "item" = examine an item
|
|
* [x] "room" = enter a room
|
|
* [x] "interactable" = use an interactable
|