Posts Tagged ‘game programming tutorial’
iPhone Development Tutorial – Beginners Action Game
Welcome to my iphone development tutorial on programming an action game. This is a step by step tutorial for creating an iPhone action game.
You can see the result of a game running the code in the video below:
The graphics are a bit different with the tutorial (as some of those in the video are being used in an actual project) but that is the result of running the actual code within the tutorial.
Bump API – Game Programming Tutorial
Found out about a pretty cool API that allows you to integrate the interactivity from the “Bump” app within your own apps. For those that don’t know, the Bump app allows you to connect with another iPhone user by simply bumping your phone to there’s, and by simply doing this you can exchange information such as phone numbers, and social networking info.
The tutorial goes through the implementation of “Bump” functionality into a simple game and can be found here: Bump API Tutorial