iOS App Development Tutorial Section
Create a classic arcade iPhone game clone
In this iOS app development tutorial, you will learn to make a classic arcade iPhone game clone and publish it to the App Store.
This iOS video course gives you the source code of a clone of the classic arcade game called Break out and Arkanoid game.
This is page 1 of 2.
Enjoy the tutorial!
1. Apple Registration Process
You will need an Apple developer license to be able to publish apps in the iTunes app store
2. Apple Developer Certificate
You need an Apple certificate to build games and apps and publish them to the Apple app store.
3. Get and Install Xcode
Get a software called Xcode. It will be used to build games after creating an executable file.
4. Verifying the Game Works
In this lecture, we will download and unzip the Brick Breaker source code (Download it above before the video lectures).
5. Quick Troubleshoot iOS 7.1
Some people are having issues with the new Xcode and iOS7.1, this lectures addresses the issues.
6. Coming Up With a New Theme
After testing and making sure that the game is working, we need to come up with a new theme for the game and add our own twist.
7. Finding Graphics for the Bricks
After selecting our own theme, we now are going to look for graphics for the Bricks.
8. Finding Background Images
Let's now change the background of our Arcade Brick game.
9. Finding a new Ball Graphics
Let's find new game graphics for the ball.
10. Creating the App Icon With Photoshop
We need to create the game icons which come in different sizes.
11. Creating Brick Images
In this lecture, we will modify the bricks and create our own images.
12. Modifying the Ball Image
Let's now head to the "moving-items" folder within Xcode and change the graphics of the ball in Photoshop (or any other graphic editor).
13. Adding the Background Images
We will now change the background image with the one we downloaded earlier.
14. Modifying the Launch Images
Whenever the game launches, you will see the splash screen, or the launch image. Let's modify it.