-
Subscribe
Categories
Tutorials
- iPhone Coding – Turbo Charging Your Apps With NSOperation
- iPhone Coding Recipe – Shortening URLs
- iPhone Coding Recipe: Live Character Counter, Word filter, and 1337 Translator For A UITextField
- UITextField – A Complete API Overview
- iPhone Coding Tutorial – In Application Emailing
- iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView
- iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
- Debugging Tutorial – Automating Your Tests With A UIRecorder Instrument
- Objective-C Tutorial: NSArray
- iPhone Programming Tutorial: Animating A Game Sprite
-
Archives
Category Archives: iPhone Game Programming
iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
As you may have seen, there are quite a few services out there offering free leaderboards. These are great and all, but sometimes you want to have complete control over your data. I have put together a complete tutorial detailing step by step how you can create your own online leaderboard. This will also give you a very simple introduction to interfacing with web services.
Also posted in iPhone Programming Tutorials Tagged iphone, iPhone Coding, iphone game, leaderboard 20 Comments
iPhone Programming Tutorial: Animating A Game Sprite
One thing I have noticed about many of the games in the app store is they lack animation. Of course, the huge companies like Sega and PopCap have some pretty amazing animation, but what about us indie iPhone game [...]
Also posted in iPhone Programming Tutorials, iphone Tagged iphone animation, iPhone Coding, iPhone Game Programming 38 Comments
iPhone Game Programming Tutorial Part 4 – Basic Game Audio
Ok, I will be finishing up this series by showing you guys how to add basic audio to your game. Since this is a beginner tutorial, I won't go into complex audio using OpenAL or Audio Queues. Today, we will [...]
Also posted in iPhone Programming Tutorials Tagged iphone development, iphone game programming tutorial 46 Comments
iPhone Game Programming Tutorial Part 3 – Splash Screen
Ok, So it's time to wrap up this series. Today I will be showing you how to add a few "bells and whistles" that will make your game more complete. Let's start by adding a splash screen to your game [...]
Also posted in iPhone Programming Tutorials, iphone 85 Comments
iPhone Game Programming Tutorial Part 2- User Interaction, Simple AI, Game Logic
Ok folks, here it is. The next tutorial in our iPhone game programming tutorial (sorry for the delay). Today, I will be discussing the basics of player interaction, simple game AI, and game logic. We will also be exploring how [...]
Also posted in iPhone Programming Tutorials Tagged game, iPhone Game Programming, iphone game tutorial, itennis 111 Comments
iPhone Game Programming Tutorial – Part 1
This is the first in a multipart series where I will be teaching you to create an iPhone game from the ground up. As many of you know, OpenGL and Quartz have quite a steep learning curve. This tutorial will [...]
Also posted in iPhone Programming Tutorials 191 Comments
iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView
This will be a simple tutorial showing you how to put a UITextField in a UIAlertView. This is simple and just a couple lines if code. You will learn CGAffineTransform and coding UITextField programmatically.
Heres a screenshots of what we should [...]
Also posted in iPhone Programming Tutorials 25 Comments
iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
As you may have seen, there are quite a few services out there offering free leaderboards. These are great and all, but sometimes you want to have complete control over your data. I have put together a complete tutorial detailing step by step how you can create your own online leaderboard. This will also give you a very simple introduction to interfacing with web services.
Also posted in iPhone Programming Tutorials Tagged iphone, iPhone Coding, iphone game, leaderboard 20 Comments
iPhone Programming Tutorial: Animating A Game Sprite
One thing I have noticed about many of the games in the app store is they lack animation. Of course, the huge companies like Sega and PopCap have some pretty amazing animation, but what about us indie iPhone game [...]
Also posted in iPhone Programming Tutorials, iphone Tagged iphone animation, iPhone Coding, iPhone Game Programming 38 Comments
iPhone Game Programming Tutorial Part 4 – Basic Game Audio
Ok, I will be finishing up this series by showing you guys how to add basic audio to your game. Since this is a beginner tutorial, I won't go into complex audio using OpenAL or Audio Queues. Today, we will [...]
Also posted in iPhone Programming Tutorials Tagged iphone development, iphone game programming tutorial 46 Comments
iPhone Game Programming Tutorial Part 3 – Splash Screen
Ok, So it's time to wrap up this series. Today I will be showing you how to add a few "bells and whistles" that will make your game more complete. Let's start by adding a splash screen to your game [...]
Also posted in iPhone Programming Tutorials, iphone 85 Comments
iPhone Game Programming Tutorial Part 2- User Interaction, Simple AI, Game Logic
Ok folks, here it is. The next tutorial in our iPhone game programming tutorial (sorry for the delay). Today, I will be discussing the basics of player interaction, simple game AI, and game logic. We will also be exploring how [...]
Also posted in iPhone Programming Tutorials Tagged game, iPhone Game Programming, iphone game tutorial, itennis 111 Comments
iPhone Game Programming Tutorial – Part 1
This is the first in a multipart series where I will be teaching you to create an iPhone game from the ground up. As many of you know, OpenGL and Quartz have quite a steep learning curve. This tutorial will [...]
Also posted in iPhone Programming Tutorials 191 Comments


iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView