by Andreas Katzian | Sep 17, 2014 | Code, Process
So you finished and polished your game for iOS by using Cocos2D and SpriteBuilder? Wouldn’t it be nice to publish your game on the Mac AppStore too? These tools and frameworks make it really simple to accomplish this project successfully. However, there are some...
by Andreas Katzian | Aug 20, 2014 | Code, Process
Often games need something like a pause scene to pause the current game and to provide further options like quitting or restarting the current game. So as you may think this isn’t a big deal, right? Well the simples approach may be the following: 1) Create the...