Differences From Artifact [e299f78be5d1c45f]:
- File
submission/README
- 2012-07-14 09:16:47 - part of checkin [6293256fec] on branch trunk - Preparing for submission... (user: kinaba) [annotate]
To Artifact [0cf14a3b96651332]:
- File
submission/README
- 2012-07-14 09:30:06 - part of checkin [dbff34ac59] on branch trunk - Lightning submission. (user: kinaba) [annotate]
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.