Created BasicGameBoard, which is a generic GameBoard object
commitd110e419db6de09f32a3e733d506ea80e4d5123d
authorAndy Balaam <andybalaam@artificialworlds.net>
Thu, 28 Aug 2008 12:51:38 +0000 (28 13:51 +0100)
committerAndy Balaam <andybalaam@artificialworlds.net>
Thu, 28 Aug 2008 12:51:38 +0000 (28 13:51 +0100)
tree441afefb4dda60b0637b0e1e8d0dccbba99e80cb
parent7f041cb691524b43da5ff100ee5cb9f8afb61599
Created BasicGameBoard, which is a generic GameBoard object
that provides GameBaord's utility functions, but lets you
provide your own implementations of the real methods, so
you can create fake gameboards for testing.  Converted
SelfishGitPlayer's tests to use it.
AbstractGameBoard.py [changed mode: 0644->0755]
BasicGameBoard.py [new file with mode: 0755]
players/SelfishGitPlayer.py