From: brett l. <wak...@gm...> - 2006-05-20 00:34:25
|
I've added checking for a company with no trains to Operating Round's done() method. It will disallow the person to continue until the company has at least one train. In the future, we'll need to check for the existence of a valid route, but for now all floated companies will need to have a train. I've also expanded the buyTrain() method in Portfolio to verify that the train buyer has enough cash to purchase the train. I've also included stubs for the rest of the train purchasing logic that should trigger a forced stock sale and/or bankruptcy and ending the game. The other change I've made to the code tree is the addition of an AUTHORS file. I've removed all of the @author javadoc statements from each individual file in favor of having a single file where we can recognize all of the people who have contributed to this project in various ways. In recognition of the HUGE contributions that Erik has made to the project, his name comes first. ;-) ---Brett. |