the-infocom-files / zork2

Zork II: The Wizard of Frobozz
8 stars 4 forks source link

Build Game #2

Closed AlexProudfoot closed 5 years ago

AlexProudfoot commented 5 years ago

Build the game using the ZILF toolset. Eliminate compilation and startup errors where necessary.

AlexProudfoot commented 5 years ago

Ensure the main file has a release and a version. The names of included files should be in lower case for linux/macos compilations.

AlexProudfoot commented 5 years ago

The compiler reports 1 error. [error ZIL0123] 2actions.zil:1560: expressions of this type cannot be compiled [info ZIL0124] misplaced bracket in COND or loop?

AlexProudfoot commented 5 years ago

Error corrected.

AlexProudfoot commented 5 years ago

No build errors.

AlexProudfoot commented 5 years ago

Tidy the main file. Remove extraneous statements.

AlexProudfoot commented 5 years ago

No build errors.