[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pbmserv-dev] Two-part game



Hi,

I'm implementing a game that consists of two subgames in which the two players are Attacker and Defender in the first subgame then swap roles for the second subgame (Attacker starts both games). The overall winner is the one with the highest score from both subgames.

Is there already a game that implements such multi-parts on the server?

If not, what's the best way to implement it? Perhaps once the first subgame is complete then the board could be reset, the players swapped and a separator "****Game II****" shown in the move list. Any better ideas?

Cameron