iPhone 2.5D code samples

814 views Asked by At

I'm looking for code samples that use 2.5D graphic for iPhone development. Anyone has some resources to share with?

1

There are 1 answers

1
Nick On

For code samples, you might like to check out the cocos2d book from Apress. Chapter 11 deals with creating isometric '2.5d' games using tilemaps, which sounds like what you're looking for.

The Objective-C source code is available from the product page, but the book itself is well worth purchasing and reading.