-
Notifications
You must be signed in to change notification settings - Fork 0
GameEngine Singleton #30
Copy link
Copy link
Closed
Labels
design issueThe issue presents itself in design. May require refactors to fix.The issue presents itself in design. May require refactors to fix.documentationImprovements or additions to documentationImprovements or additions to documentationrefactorCode is rewritten to be more maintainable or efficient.Code is rewritten to be more maintainable or efficient.
Metadata
Metadata
Assignees
Labels
design issueThe issue presents itself in design. May require refactors to fix.The issue presents itself in design. May require refactors to fix.documentationImprovements or additions to documentationImprovements or additions to documentationrefactorCode is rewritten to be more maintainable or efficient.Code is rewritten to be more maintainable or efficient.
Utilize the Singleton design pattern on the GameEngine class to ensure only a single instance exists. Additionally this instance should be easily accessible. Can perhaps allow for more design options than using lots of static methods.