No description
Find a file
2024-09-02 22:29:29 +03:00
test-game implement locking of recipes 2024-09-01 05:48:34 +03:00
.gitignore add version checking, add gitignore 2024-05-22 21:25:22 +03:00
CHANGELOG.md add more types of interactables 2024-05-23 13:58:41 +03:00
docs.toml Merge branch 'feature/item-combining' 2024-09-02 22:29:29 +03:00
LICENSE oops, forgot license 2024-05-21 12:06:36 +03:00
README.md implement locking of recipes 2024-09-01 05:48:34 +03:00
setage-standalone-gen.py Ready. Set. Go! 2024-05-21 11:59:26 +03:00
setage-standalone.py.template multiple endings in template, fix a bug 2024-05-21 23:10:49 +03:00
setage.py Merge branch 'feature/item-combining' 2024-09-02 22:29:29 +03:00

SETAGE

A Simple Extensible Text Adventure Game Engine.

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

  • more interactable types:
    • input provides case insensitive input checking
    • exact input provides exact input checking
    • item check, item take provides item checking
  • combining items and other item interactions
    • basic
    • multiple outputs
    • lockable
      • "item" = examine an item
      • "room" = enter a room
      • "interactable" = use an interactable