/sktemplate-objc

SpriteKit Template in Objective-C. Includes ObjectAL and BMGlyphFont libraries.

Primary LanguageObjective-CApache License 2.0Apache-2.0

sktemplate-objc

This is a template project you can use as an alternative to the Xcode SpriteKit template for Objective-C.

sktemplate-objc Features

  • SKTUtils. Includes SKTUtils.
  • ObjectAL. Includes OALSimpleAudio for really easy audio play back in your games.
  • Bitmap Font Support. Includes the required libraries to use Bitmap Fonts created with bmglyph.
  • Animated Character. Example animated character that flies to the location tapped on screen.
  • Handy Functions. My most used super handy functions are included in Utilities.h.

Renaming your project

1 - Clone the project some place temporary, like your Downloads folder.

cd ~/Downloads && git clone https://github.com/spritekitbook/sktemplate-objc.git

2 - Make the rename script executable.

chmod +x sktemplate-objc/renameProject.sh

3 - Rename the project

sktemplate-objc/renameProject.sh sktemplate-objc MyCoolGame

Keeping the project up to date

1 - Change directory into where you have the source downloaded.

git fetch origin
git reset —-hard origin/master

Screenshot