6293256fec 2012-07-14 kinaba: Team "Dark Integers". 6293256fec 2012-07-14 kinaba: 6293256fec 2012-07-14 kinaba: Member: 6293256fec 2012-07-14 kinaba: Kazuhiro Inaba (www.kmonos.net) 6293256fec 2012-07-14 kinaba: Language: 6293256fec 2012-07-14 kinaba: D Programming Language (http://dlang.org) 6293256fec 2012-07-14 kinaba: 6293256fec 2012-07-14 kinaba: This submission for lightning division is not particulary interseting. 6293256fec 2012-07-14 kinaba: 6293256fec 2012-07-14 kinaba: - Robot rushes to the nearest lambda (or the open lift) by breadth first search. 6293256fec 2012-07-14 kinaba: - Not at all taking into account the dynamics (falling rocks, floods). 6293256fec 2012-07-14 kinaba: - To mitigate the staticness, the robot avoids the '.' below '*' as much as 6293256fec 2012-07-14 kinaba: possible, so that it won't fall new rocks. 6293256fec 2012-07-14 kinaba: 6293256fec 2012-07-14 kinaba: - Output routine is 'guarded' by a 'sudden death' or 'stray sheep' detector. 6293256fec 2012-07-14 kinaba: That is, if the above search routine was hit by a rock or a water, or it 6293256fec 2012-07-14 kinaba: couldn't find a way to the next target and walked in vain, the output guards 6293256fec 2012-07-14 kinaba: trims the command history and inserts the 'A'bort at the optimal timing. 6293256fec 2012-07-14 kinaba: This is also used for SIGINT handling. 6293256fec 2012-07-14 kinaba: 6293256fec 2012-07-14 kinaba: - gui.d is a windows GUI for the game, using DFL (http://github.com/Rayerd/dfl) 6293256fec 2012-07-14 kinaba: it is not compiled into the submitted routine. This is just a helper. 6293256fec 2012-07-14 kinaba: 6293256fec 2012-07-14 kinaba: Stay tuned for the full submission, judges! 6293256fec 2012-07-14 kinaba: