From: Brett <wak...@ea...> - 2005-03-21 03:58:04
|
On Sun, 2005-03-20 at 17:23 +0100, Erik Vos wrote: > I have just sent a new load of code to Brett. > > The main things that have changed are: One change that seems to break the hierarchy is that Turn now extends Game. A turn is not an is-a relationship with game. A game _has_ turns, not the other way around. In the end, the "real" main() method is probably going to be housed within Game, to allow Game to instantiate all the other objects and manage the flow of the game from Auction to Stock Round to Operating Rounds. ---Brett. Q: How many supply-siders does it take to change a light bulb? A: None. The darkness will cause the light bulb to change by itself. |