Categories
HUD iOS SWIFT

Create a HUD

Adding a HUD with SpriteKit and SWIFT: How to implement a space shooter with SpriteKit and SWIFT – Part 3   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
HUD iOS ObjectiveC Parallax Effect SpriteKit

HowTo: Implement a HUD with SpriteKit

Welcome to Part 8 of my blog series about game development: HUD with SpriteKit Today I’ll add a HUD (head up display) to the SpriteKit Scene. The HUD shows the remaining lives, current, level, score and has the option to pause the game: Create the HUD: 1. Create a new SpritKit project in Xcode:       […]