[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[pbmserv-dev] Two-part game
- To: pbmserv-dev@gamerz.net
- Subject: [pbmserv-dev] Two-part game
- From: Cameron Browne <cameron.browne@btinternet.com>
- Date: Sun, 28 Sep 2008 09:28:47 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:X-Mailer:Date:To:From:Subject:Mime-Version:Content-Type; b=F4n1TQQL7w7UbID/DKZhbgr9FbwWCA6gnSBwz3Y2aq6JY4uxpox6kD1MfaFssJx9812rIGg5bGtBbxWLZg6k0hC1SA07xUeAxQY9yGjeOlIlBQ/u4VwA2df2ALkjMXvIkAmyY145A3vB0uVAbDd/gxnWSnIoJHR2vUc2g3NBFiA= ;
- Reply-to: pbmserv-dev@gamerz.net
- Sender: owner-pbmserv-dev@gamerz.net
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