X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=web%2Findex.html;h=7736907e082ed65f390f5320fad8231b47bb2cd0;hp=25c2dae1cfdb5310225ac94d3e3c20f8d770a031;hb=2ab27eb698cfd57977cc9cc25edcbfbeb3b1b1ee;hpb=f91a915d6f64f9d35e867d26e8ddb9c1b1ab0c1e;ds=sidebyside diff --git a/web/index.html b/web/index.html index 25c2dae..7736907 100644 --- a/web/index.html +++ b/web/index.html @@ -84,11 +84,12 @@ OUTCOME Description OK The piece was successfully moved, nothing eventful happened FLAG The piece moved onto the opposing Flag; the game will end shortly - KILLS The piece landed on a square occupied by an enemy, and destroyed it, moving into the square - DIES The piece landed on a square occupied by an enemy, and was destroyed. The piece is removed from the board. - BOTHDIE The piece landed on a square occupied by an enemy, and both pieces were destroyed. + KILLS RANK1 RANK2 The piece landed on a square occupied by an enemy, and destroyed it, moving into the square + DIES RANK1 RANK2 The piece landed on a square occupied by an enemy, and was destroyed. The piece is removed from the board. + BOTHDIE RANK1 RANK2 The piece landed on a square occupied by an enemy, and both pieces were destroyed. ILLEGAL The moving player attempted to make an illegal move, and has hence lost the game. The game will end shortly. +

If printed, RANK1 and RANK2 indicate the ranks of the moved piece and the defending piece (the piece who occupied the destination square) respectively.

Additional Turns