robinmaypanpan / gamegalaxy

Automatically exported from code.google.com/p/gamegalaxy
0 stars 0 forks source link

GAME STATE: split GameState and ModifiableGameState #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The GameState class has methods which the UI should not have access to
(such as ending the turn).  This will be fixed by creating a
ModifiableGameState class which has these methods, and giving the UI access
to the GameState which will have the current game information as well as
game history.

Original issue reported on code.google.com by andrea.l...@gmail.com on 6 Jan 2010 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by andrea.l...@gmail.com on 6 Jan 2010 at 7:31