Logo
Explore Help
Sign In
intercal/ages
1
0
Fork 0
You've already forked ages
Code Issues Pull Requests Releases Wiki Activity
Files
7f86aafc0581e66fc5598165c322d0e7880359b1
ages/examplegame/vars.py

9 lines
109 B
Python
Raw Normal View History

Split out examplegame defs by items, rooms, and vars Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2021-11-18 13:02:16 -08:00
"""
Define all game variables here.
"""
vars = {
Update example game some, update engine some * Add RevealAction/UnrevealAction for revealing/hiding items in a room * Add a lot of checks for items being revealed when it's attempted to be triggered * Implement TeleportAction (mostly) * For all Check* family of actions, the `yes` and `no` values may be just be a single action instead of an array of actions * Change up how room descriptions and stuff work, mostly so that you can specify multiple lines in an array so you can preserve paragraph breaks when displayed. * Example game has some more content Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2021-11-18 16:26:16 -08:00
"cabin_door_open": False,
"mailbox_open": False,
Split out examplegame defs by items, rooms, and vars Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2021-11-18 13:02:16 -08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 94ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API