henck / trizbort

This is a browser implementation of the Trizbort adventure game mapping and code generation software.
MIT License
27 stars 16 forks source link

Code generation must export dark rooms #34

Closed henck closed 5 years ago

henck commented 5 years ago

The dark room flag is exported for:

Dark room flag is not exported for:

Dark rooms must be exported for all languages.

henck commented 5 years ago

The "dark room" flag now results in a DarkRoom in TADS code.

henck commented 5 years ago

The "dark room" flag now results in <dark/> in Quest code.

henck commented 5 years ago

TextAdventure.js has no support for dark rooms.

henck commented 5 years ago

Alan 2 seems to have no support for dark rooms.

henck commented 5 years ago

The "dark room" flag now results in Is not lit. in Alan 3.