setage/README.md

19 lines
462 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