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
- branch=trunk inherited from [16f0b5784f]
- date=2012-07-14 09:30:06 added by [74a203e78e] on 2012-08-10 09:17:22
- sym-lightning added by [74a203e78e] on 2012-08-10 09:17:22
- sym-trunk inherited from [16f0b5784f]
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 1 Team "Dark Integers". 2 2 3 3 Member: 4 - Kazuhiro Inaba (www.kmonos.net) 4 + Kazuhiro Inaba (www.kmonos.net / kiki@kmonos.net) 5 5 Language: 6 - D Programming Language (http://dlang.org) 6 + D Programming Language (dlang.org) 7 7 8 8 This submission for lightning division is not particulary interseting. 9 9 10 10 - Robot rushes to the nearest lambda (or the open lift) by breadth first search. 11 11 - Not at all taking into account the dynamics (falling rocks, floods). 12 12 - To mitigate the staticness, the robot avoids the '.' below '*' as much as 13 13 possible, so that it won't fall new rocks.