No description
Find a file
2024-08-26 17:28:02 +03:00
test-game v0.4 initial 2024-05-23 02:16:13 +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 add another win trigger 2024-08-26 17:28:02 +03:00
LICENSE oops, forgot license 2024-05-21 12:06:36 +03:00
README.md add todo and small bugfix 2024-08-23 11:36:46 +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 add another win trigger 2024-08-26 17:28:02 +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