|
|
back to boardWhen can the result be 'Draw' ? if both players get stuck and after shooting their rockets still stuck? or is infinite game scenario like 'stalemate' is possible? like 2 ...... .*..2. ...... ...... .1.... ...... Here, if 1 makes turn 2 wins by killing; same goes for 2. now, would they infinitely 'pass moves' to lead it to a 'Draw' / stalemate? or the ans is 'Lose'? Please, help me understand the problem? Thanks in Advance. Re: When can the result be 'Draw' ? Posted by Neofit 28 Jul 2012 08:31 if (state[IND(start)] == 'N') printf("Draw\n"); Re: When can the result be 'Draw' ? Sorry, didn't understand you :( Can you give a bit more detail? Re: When can the result be 'Draw' ? they will infinitely pass moves, so answer is Draw |
|
|