ryanb / govsgo

Rails 3 app for playing the board game Go online.
http://govsgo.com
MIT License
140 stars 23 forks source link

Game Invitation #20

Closed ryanb closed 13 years ago

ryanb commented 13 years ago

When someone requests a game with another user, that user should have the option to reject the game. Alternatively he should be able to modify the game configuration and send the invitation back to the other user. During this one should be able to post messages to say things like "I'd rather play with no handicap".

The game should appear in "Their Turns" list while it's waiting for invitation, and "My Turns" list if they are the receiving player.

ryanb commented 13 years ago

This is up. When one invites another user to play a game, the opponent must first accept the game or decline it. He may also edit the settings in which case the invitation gets sent back to the other user.