Wrote proper tournament code so that each player is played off against each other...
commit124efc1d254bc0ea3526e58e7917dff798aa4e64
authorAndy Balaam <andybalaam@artificialworlds.net>
Fri, 4 Jul 2008 19:29:17 +0000 (4 20:29 +0100)
committerAndy Balaam <andybalaam@artificialworlds.net>
Fri, 4 Jul 2008 19:29:17 +0000 (4 20:29 +0100)
tree9dbb35b863c13aba75117b5690e1b475920b75ad
parent1654cade675170a608fae8ac72d6932ee339fbc0
Wrote proper tournament code so that each player is played off against each other one, and there is also a medley involving all players.
players/HumanPlayer.py [moved from player_human.py with 100% similarity]
players/NullPlayer.py [moved from player_null.py with 100% similarity]
players/TurnRightKillerPlayer.py [moved from player_turnrightkiller.py with 100% similarity]
players/TurnRightPlayer.py [moved from player_turnright.py with 100% similarity]
troncode.py