setage/README.md

26 lines
682 B
Markdown
Raw Normal View History

2024-05-21 04:59:26 -04:00
# SETAGE
A **S**imple **E**xtensible **T**ext **A**dventure **G**ame **E**ngine.
2024-05-21 16:48:32 -04:00
2024-05-21 05:01:22 -04:00
Still in pre-alpha. Expect bugs and other unfinished oddities.
2024-05-21 04:59:26 -04:00
2024-05-21 16:48:32 -04:00
Template may be out-of-date.
2024-05-21 04:59:26 -04:00
## Manifest
see docs.toml
## Example
see test-game/manifest.setage
2024-05-22 19:16:13 -04:00
## Planned Features
2024-05-23 06:58:41 -04:00
* [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
2024-08-31 22:48:34 -04:00
* [x] combining items and other item interactions
2024-08-26 09:49:11 -04:00
* [x] basic
* [x] multiple outputs
2024-08-31 22:48:34 -04:00
* [x] lockable
* [x] "item" = examine an item
* [x] "room" = enter a room
* [x] "interactable" = use an interactable