Skip to content

This Xcode project template has a predefined structure for Sprite Kit game, which I use in my game projects.

Notifications You must be signed in to change notification settings

agordeev/spritekit-game-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains an initial structure of Sprite Kit game. Includes the following:

  • GameSceneController, which operates SKView, SKScene, loading screen (SKScene), handles scaling for iPhone screen resolution
  • iPhone/iPad storyboards with views and outlets to GameSceneViewController
  • GameScene has predefined layers: background and ui. You should add more layers to keep the structure clean and easy to scale.
  • GameScene has a very useful mechanism of asyncronous loading of game assets (taken from Apple's Adventure game)

About

This Xcode project template has a predefined structure for Sprite Kit game, which I use in my game projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages