ADDED icfp-96533632.tgz Index: icfp-96533632.tgz ================================================================== --- icfp-96533632.tgz +++ icfp-96533632.tgz cannot compute difference between binary files ADDED make-submission Index: make-submission ================================================================== --- make-submission +++ make-submission @@ -0,0 +1,4 @@ +#!/bin/sh +rm -rf submission/src +cp -r src submission/src +tar czf icfp-96533632.tgz submission Index: submission/README ================================================================== --- submission/README +++ submission/README @@ -1,11 +1,11 @@ Team "Dark Integers". Member: - Kazuhiro Inaba (www.kmonos.net) + Kazuhiro Inaba (www.kmonos.net / kiki@kmonos.net) Language: - D Programming Language (http://dlang.org) + D Programming Language (dlang.org) This submission for lightning division is not particulary interseting. - Robot rushes to the nearest lambda (or the open lift) by breadth first search. - Not at all taking into account the dynamics (falling rocks, floods).