This is my example/version of legendary game Breakout made with Sprite Kit. :)
I wanted to show how simple but powerful Sprite Kit is. Here is Sprite Kit programming guide if you want to start making games with Sprite Kit.
Just drag your finger on screen to move the paddle to bounce the ball. :) Tap the replay button if you want to restart the game.
You can easily change parameters like
- customize ball direction when ball has contact with the paddle
- ball size
- paddle size
- ball velocity
- speed-up multiplier
- etc.
Here are two screenshots but you can also check out video :)
The easiest way to show you how the game looks is to show you a video of it in action :) But you can also run the app in Xcode and see it yourself
I also made Pong with Sprite Kit so go check it out. :)
Feel free to check out my apps at Seodoa.com
This app is available under the MIT license.