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:
- any script files (.verbose / .verbase)
- any images used
- any sounds used
- the exported .adlengine file
Launch adlengine.
- type new map and press enter
- type room name is _______ to name your room
- type room description is ______ to add a description for the room
- type room image is _______ to choose an image OR room image is black / red / green / blue / gray / purple / brown / orange / teal
- to import images (navigate to the main folder)
- rename package.nw to package.zip (ignore the warning)
- add your images / sounds to the zip file
- rename package.zip back to package.nw (ignore the warning again)
- run adlengine (nw.exe / equivalent)
To play a sound:
- play sound soundname
- loop sound soundname
- stop sound soundname
To create an object:
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 ...