TRex22 / RapidGame

A framework that aims to make games easier, fun and from the code (old school). The Framework will hopefully support SDL, XNA and MonoGame projects for Windows, Linux and others. Porting from different systems should only require minor changes.
http://trex22.github.io/RapidGame
MIT License
2 stars 0 forks source link

Cleanup iGameScreen and its overrideables #52

Closed TRex22 closed 10 years ago

TRex22 commented 10 years ago

Split the interface from the GameScreen class. Rename if necessary. Also clean it up and make the code up to standard and document it. There is a problem between ScreenService and GameScreenService. Find a less ambiguous solution