Awesome
Sprite Kit Breakout
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.
Gameplay
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.
Customize
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.
Screenshots
Here are two screenshots but you can also check out video :)
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
<a href="http://www.youtube.com/watch?feature=player_embedded&v=frFaiEsaS8w " target="_blank"><img src="http://img.youtube.com/vi/frFaiEsaS8w/0.jpg" alt="Sprite Kit Breakout by bozidarsevo" width="240" height="180" border="10" /></a>
Sprite Kit Pong
I also made Pong with Sprite Kit so go check it out. :)
My apps
Feel free to check out my apps at Seodoa.com
License
This app is available under the MIT license.