Diff
Not logged in

Differences From Artifact [e299f78be5d1c45f]:

To Artifact [0cf14a3b96651332]:


1 Team "Dark Integers". 1 Team "Dark Integers". 2 2 3 Member: 3 Member: 4 Kazuhiro Inaba (www.kmonos.net) | 4 Kazuhiro Inaba (www.kmonos.net / kiki@kmonos.net) 5 Language: 5 Language: 6 D Programming Language (http://dlang.org) | 6 D Programming Language (dlang.org) 7 7 8 This submission for lightning division is not particulary interseting. 8 This submission for lightning division is not particulary interseting. 9 9 10 - Robot rushes to the nearest lambda (or the open lift) by breadth first search. 10 - Robot rushes to the nearest lambda (or the open lift) by breadth first search. 11 - Not at all taking into account the dynamics (falling rocks, floods). 11 - Not at all taking into account the dynamics (falling rocks, floods). 12 - To mitigate the staticness, the robot avoids the '.' below '*' as much as 12 - To mitigate the staticness, the robot avoids the '.' below '*' as much as 13 possible, so that it won't fall new rocks. 13 possible, so that it won't fall new rocks.