in reply to I'm bored, let's play a game

That's really clever! One small point; the game should end when a player is unable to move on their turn. For example, in this situation, black is unable to move, so white wins:
01234567 0 w w # #0 1b # # # 1 2 # # # w2 3w # # # 3 4 # W w #4 5# # # # 5 6 # # # #6 7# # # # 7 01234567

Replies are listed 'Best First'.
Re: Re: I'm bored, let's play a game
by Anonymous Monk on Nov 14, 2001 at 15:44 UTC
    yes, there's another bug, where if you jump, and are able to jump again, but don't, and just move, the game sort of hangs, repeatedly asking you for a move, and then telling you it's invalid. Ah well, release 1.001 coming up, I guess.