yozefx / gtge

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

GameLoader should be expressed as an interface, not a class. #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As it is currently coded, GameLoader is extremely brittle and the functionality 
it is designed to provide is obscured by the additional functionality it has 
inherited from both AppletMode and Applet.  Once the GameLoader has been 
renamed to AppletGameLoader, and a second GameLoader is created to provide for 
FullScreenMode/WindowedMode loading, the interface that combines both loaders 
should be made clear.  Recode both loaders to implement this documented 
interface.

Original issue reported on code.google.com by MetroidF...@gmail.com on 7 Jun 2010 at 1:00