Check-in [dbff34ac59]
Not logged in
Overview
SHA1 Hash:dbff34ac597653dacdf59c410e1323fb9b02cebe
Date: 2012-07-14 18:30:06
User: kinaba
Comment:Lightning submission.
Timelines: family | ancestors | descendants | both | trunk | lightning
Diffs: redesign
Downloads: Tarball | ZIP archive
Other Links: files | file ages | manifest
Tags And Properties
Changes

Added icfp-96533632.tgz version [943329c30072989f]

cannot compute difference between binary files

Added make-submission version [bd7a911c141ae544]

> 1 #!/bin/sh > 2 rm -rf submission/src > 3 cp -r src submission/src > 4 tar czf icfp-96533632.tgz submission

Modified submission/README from [e299f78be5d1c45f] to [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.