SpriteKit Landscape Setup

By: Mark Johnson @mellowcoder Configuring a Landscape Only Game Using SpriteKit When we began developing our first game in SpriteKit we started out the same way that I suspect most everyone else does.  Open up Xcode and create a new game using the SpriteKit framework template.  The simple default app that is created worked fine […]

Continue reading

SpriteKit – Understanding SKScene scaleMode

Moving from Cocos2D to SpritKit We have recently moved from Cocos2D to using SpriteKit as our game development framework.  In the process we have been experimenting with the various aspects of developing with SpriteKit.  This will be the first in a series of posts sharing what we have learned along the way. What is scaleMode? […]

Continue reading

Which Branch am I in?

This is the introductory post to Coding in the Cortex area of our blog.  The plan for this section of the blog is to discuss coding related topics that may be of interest to other indie developers. At Infinite Cortex Creations we are using Git for managing our source code and other critical documents.  One […]

Continue reading