
Delivery out of order
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Oh no, the delivery van just left, but the delivery is out of order >.<
Now you have to use the onboard crane to sort it remotely. However the crane cannot be controlled directly. You have to create a sequence of instructions and transmit it to the van.
== Features ==
* Solve 18 programming puzzles
* Earn medals for short and fast programs
* Use recursion to crack even the hardest puzzles
== Important note ==
You need a Java JRE to run the game!
== How to play ==
Drag instructions from the left into the programming area in the middle.
The main program will be executed once when you klick on the run button.
Execution will immediately stop as soon as the goal state is reached. The program does not need to end at that point.
== Instructions ==
= Yellow =
[Arrow: Left] - Moves the crane one column to the left.
[Arrow: Right] - Moves the crane one column to the right.
[Arrow: Down] - Picks up a dish when not carrying anything. Puts it down otherwise.
= Red =
[X] - Executes the next instruction only if nothing is under or on the crane.
[?] - Executes the next instruction only if anything is under or on the crane.
[Burger] - Executes the next instruction only if a burger is under or on the crane.
[Fries] - Executes the next instruction only if fries are under or on the crane.
[Salad] - Executes the next instruction only if a salad is under or on the crane.
= Blue =
[P1-9] - Executes an instance of the respective program.
=== Edit ===
Added the source code. Feel free to ~~steal~~ learn from it. Learning is mandatory if you want to reuse any of it ;P
Now you have to use the onboard crane to sort it remotely. However the crane cannot be controlled directly. You have to create a sequence of instructions and transmit it to the van.
== Features ==
* Solve 18 programming puzzles
* Earn medals for short and fast programs
* Use recursion to crack even the hardest puzzles
== Important note ==
You need a Java JRE to run the game!
== How to play ==
Drag instructions from the left into the programming area in the middle.
The main program will be executed once when you klick on the run button.
Execution will immediately stop as soon as the goal state is reached. The program does not need to end at that point.
== Instructions ==
= Yellow =
[Arrow: Left] - Moves the crane one column to the left.
[Arrow: Right] - Moves the crane one column to the right.
[Arrow: Down] - Picks up a dish when not carrying anything. Puts it down otherwise.
= Red =
[X] - Executes the next instruction only if nothing is under or on the crane.
[?] - Executes the next instruction only if anything is under or on the crane.
[Burger] - Executes the next instruction only if a burger is under or on the crane.
[Fries] - Executes the next instruction only if fries are under or on the crane.
[Salad] - Executes the next instruction only if a salad is under or on the crane.
= Blue =
[P1-9] - Executes an instance of the respective program.
=== Edit ===
Added the source code. Feel free to ~~steal~~ learn from it. Learning is mandatory if you want to reuse any of it ;P