the-infocom-files/suspended

Build Game

AlexProudfoot opened this issue · 9 comments

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

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

The compiler reports 4 errors.

[error MDL0200] suspended.zil:11: calling unassigned atom: IUVECTOR
  in SETG called at suspended.zil:11
[error MDL0104] syntax.zil:288: SYNTAX: expected a single atom after FIND
  in INSERT-FILE called at suspended.zil:47
[error MDL0104] syntax.zil:289: SYNTAX: expected a single atom after FIND
  in INSERT-FILE called at suspended.zil:47
[error MDL0100] people.zil:149: syntax error: expected object but found '>'

Errors corrected.

The compiler reports 2 errors.

[error ZIL0201] robots.zil:890: duplicate property definition: CLC-TXT
[error ZIL0501] goal.zil:167: non-constant initializer for table element '2': SKY4

Errors corrected.

The starting value of SCORE is 3 instead of 0.

Error corrected.

Tidy the main file. Remove extraneous statements.

No build errors.