This jam is now over. It ran from 2018-03-21 00:00:00 to 2018-03-27 23:00:00. View results

7 days to create a mini adventure all set in ONE room only using Adliberum Engine, a text adventure engine.

The more creative, the better!


Download ADLENGINE: https://liamtwose.itch.io/grab-adlengine-for-free - password = xyzzy

FULL COMMAND LIST: https://trello.com/b/EE0Z7oWX

Share your progress with your favourite hashtags + #oneroomjam (official) / #1roomjam (for catching the lost)


----------------------------

INSTRUCTIONS FOR USING ADLENGINE:

Once complete submit a zip file including:

  1. any script files (.verbose / .verbase)
  2. any images used
  3. any sounds used
  4. the exported .adlengine file

Launch adlengine.

  1. type new map and press enter
  2. type room name is _______ to name your room
  3. type room description is ______ to add a description for the room
  4. type room image is _______ to choose an image OR room image is black / red / green / blue / gray / purple / brown / orange / teal
    1. to import images (navigate to the main folder)
    2. rename package.nw to package.zip (ignore the warning)
    3. add your images / sounds to the zip file
    4. rename package.zip back to package.nw (ignore the warning again)
    5. run adlengine (nw.exe / equivalent)

To play a sound:

  • play sound soundname
  • loop sound soundname
  • stop sound soundname

To create an object:

  • build box
  • delete box

To manipulate objects:

  • chest is visible
  • chest is a container
  • chest is closed
  • chest is locked
  • chest is lockable
  • chest is openable

OR build chest.chest will set up a container.

MOD: CYOA is allowed (command list for Choose Your Own Adventure)

  • room is cyoa
  • cyoa 1 is on / off
  • cyoa 2 is on / off
  • cyoa 3 is on / off
  • cyoa 4 is on / off
  • 1 is ...
  • 2 is ...
  • 3 is ...
  • 4 is ...
  • 1 does ...
  • 2 does ...
  • 3 does ...
  • 4 does ...