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-23 04:36:46 -04:00
|
|
|
* [ ] combining items and other item interactions
|
2024-08-26 09:49:11 -04:00
|
|
|
* [x] basic
|
|
|
|
* [x] multiple outputs
|
2024-08-23 05:18:57 -04:00
|
|
|
* [ ] reusable items ?
|
|
|
|
* [ ] lockable
|
2024-08-26 09:49:11 -04:00
|
|
|
* [ ] "item" = examine an item
|
|
|
|
* [ ] "room" = enter a room
|
|
|
|
* [ ] "interactable" = use an interactable
|