chschu / HexaFlip

A hexagonal board game for two players
1 stars 1 forks source link

move input enabled after multiplayer game has ended prematurely #5

Closed chschu closed 11 years ago

chschu commented 11 years ago

If a GameCenter opponent quits the match out of turn before the match has ended, the local player might still perform move input. That move is then rejected by GameCenter, so it doesn't modify the match data.

Move input should be disabled if the match outcome indicates that the match is over.

chschu commented 11 years ago

See #4 for other issues regarding quitting out of turn.