asmodehn / WkCocos

Cocos wrapping for quick wkcmake convention based builds.
4 stars 7 forks source link

Helpers Player and GameLogic #53

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Helpers should be separated from the rest of the code. Maybe into a Helper/ subfolder&namespace.

GameLogic should provide easy access to all Features of WkCocos, and be included in the Lib part. Player can use GameLogic to access the Features it needs to access.

Note GameLogic doesnt need to be a singleton. It can just be a global variable.

asmodehn commented 10 years ago

This has partially been done for GameLogic.