willwagner602 / Thud

A Python implementation of Discworld's Thud!
1 stars 0 forks source link

Player should be able to choose race when joining game #5

Closed willwagner602 closed 9 years ago

willwagner602 commented 9 years ago

When matching with another player, the player initiating the match is always player_one, and thus is required to play dwarves. The player should be able to choose their race, and the other player should be polled for agreement.

willwagner602 commented 9 years ago

Game randomly assigns starting races to players.