Categories
Playground SpriteKit SWIFT

Pong like game as iPad SWIFT Playground

Last week on WWDC Apple showed a short demo about a Swift Playground for iOS, which was part of iOS 10 on iPads. They focused on using playgrounds to teach kids and students coding. That seems a little bit unspectacular and is a great understatement. Swift Playground support a lot of advanced iOS libraries like SpriteKit, SceneKit, UIKit.  I was wondering […]

Categories
Scrolling SpriteKit SWIFT

Quick Tip: Endless scrolling with SpriteKit and SWIFT (Part 1 of 2)

Endless scrolling with background tiles   Welcome to my tutorial series about scrolling: Part 1: Endless scrolling with background tiles Part 2: Natural endless scrolling with easing This video gives an impression what I’ll show today:       1. About the algorithm and the background tiles   Creating the image tiles for the scrolling […]

Categories
Apple TV SpriteKit SWIFT tvOS

Quick Tip: How to use the Apple TV remote to control a sprite in your TVOS Apps

How to use the Apple TV remote to control a sprite in your TVOS Apps Since my Apple TV Developer kit arrived one week ago I had plenty of time to try certain things. I will blog about some of my prototypes in the next days. Today I’ll will focus again on the remote control. […]

Categories
SpriteKit SWIFT tvOS

Quick Tip: How to use the remote control in your TVOS Apps for Apple TV in SWIFT

How to use the remote control in your tvOS Apps for Apple TV in SWIFT There are already dozens of ‘Hello world’ tutorials published for the new Apple tvOS, so let’s do something different. I’ll show how to use the remote control to move a sprite on Apple TV. It was surprisingly easy and took […]

Categories
In-App Purchase iOS SpriteKit

In-App Purchases

In-App Purchases: How to implement a space shooter with SpriteKit and SWIFT – Part 8         Tutorial Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint Part 3: Adding a HUD with SKLabelNode […]

Categories
SpriteKit SWIFT

My SpriteKit and SWIFT tutorial project is in the AppStore

My sample game developed in my SpriteKit Tutorial is in the AppStore:   SourceCode: here   A more sophisticate game also based on the tutorial:       Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint […]

Categories
iOS Particle Effects Sound SpriteKit SWIFT

Particles and Sound

Adding particles and sound : How to implement a space shooter with SpriteKit and SWIFT – Part 5     Tutorial Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint Part 3: Adding a HUD with SKLabelNode […]

Categories
Collision Detection iOS SpriteKit SWIFT

Collision Detection

Adding basic game logic and collision detection: How to implement a space shooter with SpriteKit and SWIFT – Part 4   Tutorial Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint Part 3: Adding a HUD with […]

Categories
iOS SpriteKit SWIFT

Control Sprites with SKAction and SKConstraint

How to implement a space shooter with SpriteKit and SWIFT – Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint   Tutorial Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint Part 3: Adding […]

Categories
iOS SpriteKit SWIFT

SKAction and SKConstraint

Use SKAction and SKConstraint: How to implement a space shooter with SpriteKit and SWIFT – Part 1 Initial project setup, sprite creation and movement using SKAction and SKConstraint Tutorial Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and […]