Hex Artifact Content
Not logged in

Artifact e2d0d7db868c3a441b8c44729f6f0ac1eb9b6bbe:


0000: 69 6d 70 6f 72 74 20 75 74 69 6c 3b 0a 69 6d 70  import util;.imp
0010: 6f 72 74 20 67 61 6d 65 3b 0a 69 6d 70 6f 72 74  ort game;.import
0020: 20 64 72 69 76 65 72 3b 0a 69 6d 70 6f 72 74 20   driver;.import 
0030: 63 6f 72 65 2e 73 74 64 63 2e 73 69 67 6e 61 6c  core.stdc.signal
0040: 3b 0a 0a 63 6c 61 73 73 20 4e 69 6c 4f 75 74 70  ;..class NilOutp
0050: 75 74 20 3a 20 47 61 6d 65 4f 62 73 65 72 76 65  ut : GameObserve
0060: 72 0a 7b 0a 09 74 68 69 73 28 69 6e 20 47 61 6d  r.{..this(in Gam
0070: 65 20 67 29 20 7b 7d 0a 09 6f 76 65 72 72 69 64  e g) {}..overrid
0080: 65 20 76 6f 69 64 20 6f 6e 5f 67 61 6d 65 5f 63  e void on_game_c
0090: 68 61 6e 67 65 64 28 63 68 61 72 20 63 2c 20 69  hanged(char c, i
00a0: 6e 20 47 61 6d 65 20 67 2c 20 62 6f 6f 6c 20 66  n Game g, bool f
00b0: 69 6e 69 73 68 65 64 29 20 7b 7d 0a 7d 0a 0a 63  inished) {}.}..c
00c0: 6c 61 73 73 20 53 74 64 4f 75 74 70 75 74 20 3a  lass StdOutput :
00d0: 20 47 61 6d 65 4f 62 73 65 72 76 65 72 0a 7b 0a   GameObserver.{.
00e0: 09 74 68 69 73 28 69 6e 20 47 61 6d 65 20 67 29  .this(in Game g)
00f0: 20 7b 7d 0a 09 6f 76 65 72 72 69 64 65 20 76 6f   {}..override vo
0100: 69 64 20 6f 6e 5f 67 61 6d 65 5f 63 68 61 6e 67  id on_game_chang
0110: 65 64 28 63 68 61 72 20 63 2c 20 69 6e 20 47 61  ed(char c, in Ga
0120: 6d 65 20 67 2c 20 62 6f 6f 6c 20 66 69 6e 69 73  me g, bool finis
0130: 68 65 64 29 0a 09 7b 0a 09 09 73 74 64 6f 75 74  hed)..{...stdout
0140: 2e 77 72 69 74 65 28 63 29 3b 0a 09 09 73 74 64  .write(c);...std
0150: 6f 75 74 2e 66 6c 75 73 68 28 29 3b 0a 09 7d 0a  out.flush();..}.
0160: 7d 0a 0a 63 6c 61 73 73 20 47 75 61 72 64 65 64  }..class Guarded
0170: 4f 75 74 70 75 74 20 3a 20 47 61 6d 65 4f 62 73  Output : GameObs
0180: 65 72 76 65 72 0a 7b 0a 09 74 68 69 73 28 69 6e  erver.{..this(in
0190: 20 47 61 6d 65 20 67 29 0a 09 7b 0a 09 09 73 65   Game g)..{...se
01a0: 74 75 70 5f 73 69 67 69 6e 74 5f 68 61 6e 64 6c  tup_sigint_handl
01b0: 69 6e 67 28 29 3b 0a 09 09 73 63 6f 72 65 5f 6c  ing();...score_l
01c0: 6f 67 20 7e 3d 20 67 2e 73 63 6f 72 65 3b 0a 09  og ~= g.score;..
01d0: 09 66 6c 75 73 68 65 64 20 3d 20 66 61 6c 73 65  .flushed = false
01e0: 3b 0a 09 7d 0a 0a 09 6f 76 65 72 72 69 64 65 20  ;..}...override 
01f0: 76 6f 69 64 20 6f 6e 5f 67 61 6d 65 5f 63 68 61  void on_game_cha
0200: 6e 67 65 64 28 63 68 61 72 20 63 2c 20 69 6e 20  nged(char c, in 
0210: 47 61 6d 65 20 67 2c 20 62 6f 6f 6c 20 66 69 6e  Game g, bool fin
0220: 69 73 68 65 64 29 0a 09 7b 0a 09 09 69 66 28 66  ished)..{...if(f
0230: 6c 75 73 68 65 64 29 0a 09 09 09 72 65 74 75 72  lushed)....retur
0240: 6e 3b 0a 0a 09 09 6c 6f 67 20 7e 3d 20 63 3b 0a  n;....log ~= c;.
0250: 09 09 73 63 6f 72 65 5f 6c 6f 67 20 7e 3d 20 67  ..score_log ~= g
0260: 2e 73 63 6f 72 65 3b 0a 09 09 69 66 28 66 69 6e  .score;...if(fin
0270: 69 73 68 65 64 20 7c 7c 20 6c 6f 67 2e 6c 65 6e  ished || log.len
0280: 67 74 68 2b 31 3d 3d 67 2e 57 2a 67 2e 48 29 0a  gth+1==g.W*g.H).
0290: 09 09 09 66 6c 75 73 68 28 29 3b 0a 09 7d 0a 0a  ...flush();..}..
02a0: 70 72 69 76 61 74 65 3a 0a 09 73 74 72 69 6e 67  private:..string
02b0: 20 6c 6f 67 3b 0a 09 6c 6f 6e 67 5b 5d 20 73 63   log;..long[] sc
02c0: 6f 72 65 5f 6c 6f 67 3b 0a 09 62 6f 6f 6c 20 20  ore_log;..bool  
02d0: 20 66 6c 75 73 68 65 64 3b 0a 0a 09 76 6f 69 64   flushed;...void
02e0: 20 66 6c 75 73 68 28 29 0a 09 7b 0a 09 09 69 66   flush()..{...if
02f0: 28 66 6c 75 73 68 65 64 29 0a 09 09 09 72 65 74  (flushed)....ret
0300: 75 72 6e 3b 0a 0a 09 09 54 75 70 6c 65 21 28 6c  urn;....Tuple!(l
0310: 6f 6e 67 2c 20 69 6e 74 29 20 63 61 6e 64 3b 0a  ong, int) cand;.
0320: 09 09 63 61 6e 64 5b 30 5d 20 3d 20 6c 6f 6e 67  ..cand[0] = long
0330: 2e 6d 69 6e 3b 0a 0a 09 09 66 6f 72 28 69 6e 74  .min;....for(int
0340: 20 69 3d 30 3b 20 69 3c 73 63 6f 72 65 5f 6c 6f   i=0; i<score_lo
0350: 67 2e 6c 65 6e 67 74 68 3b 20 2b 2b 69 29 0a 09  g.length; ++i)..
0360: 09 09 69 66 28 63 61 6e 64 5b 30 5d 20 3c 20 73  ..if(cand[0] < s
0370: 63 6f 72 65 5f 6c 6f 67 5b 69 5d 29 09 0a 09 09  core_log[i])....
0380: 09 09 63 61 6e 64 20 3d 20 74 75 70 6c 65 28 73  ..cand = tuple(s
0390: 63 6f 72 65 5f 6c 6f 67 5b 69 5d 2c 69 29 3b 0a  core_log[i],i);.
03a0: 0a 09 09 73 74 64 2e 63 2e 73 74 64 69 6f 2e 70  ...std.c.stdio.p
03b0: 72 69 6e 74 66 28 22 25 2e 2a 73 41 5c 6e 22 2c  rintf("%.*sA\n",
03c0: 20 63 61 6e 64 5b 31 5d 2c 20 6c 6f 67 2e 70 74   cand[1], log.pt
03d0: 72 29 3b 0a 09 09 73 74 64 2e 63 2e 73 74 64 69  r);...std.c.stdi
03e0: 6f 2e 66 66 6c 75 73 68 28 73 74 64 2e 63 2e 73  o.fflush(std.c.s
03f0: 74 64 69 6f 2e 73 74 64 6f 75 74 29 3b 0a 09 09  tdio.stdout);...
0400: 66 6c 75 73 68 65 64 20 3d 20 74 72 75 65 3b 0a  flushed = true;.
0410: 09 7d 0a 0a 70 72 69 76 61 74 65 3a 0a 09 73 74  .}..private:..st
0420: 61 74 69 63 20 5f 5f 67 73 68 61 72 65 64 20 47  atic __gshared G
0430: 75 61 72 64 65 64 4f 75 74 70 75 74 20 67 5f 6f  uardedOutput g_o
0440: 75 74 70 75 74 3b 0a 0a 09 76 6f 69 64 20 73 65  utput;...void se
0450: 74 75 70 5f 73 69 67 69 6e 74 5f 68 61 6e 64 6c  tup_sigint_handl
0460: 69 6e 67 28 29 0a 09 7b 0a 09 09 61 73 73 65 72  ing()..{...asser
0470: 74 28 67 5f 6f 75 74 70 75 74 20 69 73 20 6e 75  t(g_output is nu
0480: 6c 6c 29 3b 0a 09 09 67 5f 6f 75 74 70 75 74 20  ll);...g_output 
0490: 3d 20 74 68 69 73 3b 0a 09 09 65 78 74 65 72 6e  = this;...extern
04a0: 28 43 29 20 73 74 61 74 69 63 20 76 6f 69 64 20  (C) static void 
04b0: 63 61 74 63 68 5f 73 69 67 69 6e 74 28 69 6e 74  catch_sigint(int
04c0: 29 20 7b 20 67 5f 6f 75 74 70 75 74 2e 66 6c 75  ) { g_output.flu
04d0: 73 68 28 29 3b 20 61 70 70 6c 69 63 61 74 69 6f  sh(); applicatio
04e0: 6e 5f 65 78 69 74 28 29 3b 20 7d 0a 09 09 63 6f  n_exit(); }...co
04f0: 72 65 2e 73 74 64 63 2e 73 69 67 6e 61 6c 2e 73  re.stdc.signal.s
0500: 69 67 6e 61 6c 28 53 49 47 49 4e 54 2c 20 26 63  ignal(SIGINT, &c
0510: 61 74 63 68 5f 73 69 67 69 6e 74 29 3b 0a 09 7d  atch_sigint);..}
0520: 0a 7d 0a                                         .}.