Koala Games /  Evacuation Challenge


Top 5 solutions

Level 0
76Awesoken
76Dennis
76Guest
76Kokos
83mathias
Level 1
77Awesoken
77tomkh
77Guest
81Dennis
84brutalcomputer
plat
57tomkh
57Awesoken
57Dennis
57Guest
61redeemer812

The story

    You are a platform worker. Unfortunately, it's going to explode very soon. Hurry up - collect all clocks (I really don't know why! Don't ask! Or maybe you have your own idea?) and quickly get to the boat to escape. The fastest you can do it, the better. Whenever you don't move, time is paused (note: platforms are not moving, the sea is not "waving").

How to play Evacuation Challenge?

    To move worker use mouse and click destination point to move to. You can only move in a straight lines (it won't find path after the corner). Another possibility is to type movements into moves window (using lowercase w,s,a or d letters).

What is the point of input/output text windows?

    All games on Koala Games site are related to some hard algorithmic problems. They can be solved both "by hand" (for fun) and by writing an external computer program. Your program should accept text input that you can copy from input window (level description), solve and print out a result as text so you can simply paste it back to output window (moves windows).

What problem is related to Evacuation Challenge?

    The game is directly related to Travelling salesman problem with some extensions made just for fun. The goal is to pass through all the clocks (like passing through all the vertices in a graph) and finish in the boat in a shortest time possible. The extension is moving platforms - they move in a ping-pong style with a short pause on each end to let you step onto.