Archives for 

xcode

SpriteKit Game From Scratch, Swift 2.0, part 3

Introduction Before I go on with this tutorial I just want to say a few words. Unlike the slot reviews you can read on pvplive, the game is supposed to be easy to play and that’s true. But the struggle in making a game is quite the opposite. You may want to know how virtual […]

SpriteKit Game From Scratch, Swift 2.0, part 2 – Fitness Apps

If you are trying to be more physically active, up your daily steps, or burn more calories, fitness apps can help you on your way. We have trawled through fitness apps galore to bring you the best based on usability, design, user ratings, update frequency, and their capacity to get you moving. Exercise is the […]

Generating UIButtons from a loop, part 2

Hi, creating a second part of the tutorial as some folks wanted to do this trick with a few variations. ( link to part I ) As a start a Navigation controller got involved 🙂 So you end up with a problem where buttons would disappear as you go back and forth. Solution for this […]

Creating a HUD for your Sprite Kit Game

Creating a HUD for every game is vital. It’s a bit tricky when you are adding UI Elements to Sprite Kit and there are also a few different ways of doing it. Here is one of the ways and so far my favorite. It’s very flexible and it will allow you to easily customize your […]