zerocontribution / rpg

Winter game
Apache License 2.0
0 stars 0 forks source link

Write GameWrapper class #41

Closed robzienert closed 10 years ago

robzienert commented 10 years ago

Should create a GameWrapper class that is responsible for keeping track of objects across screens.

robzienert commented 10 years ago

It may make most sense to create an abstract class that extends Game that WinterGame extends from. Inside of which would have global access to certain components, such as the network client & server objects.