Tutorial: Building A Platform Game With Corona And Tiled
I’ve mentioned the 2d iPhone game engine Corona, and the Tiled map editor in the past, but have never discussed using them together. I found an excellent step-by-step tutorial that defines the procedure for doing just that. The tutorial is from Kwigbo who has released some open source iphone apps in the past.
The tutorial covers loading in the tilemap using a library known as Lime, defining the physical environment, creating the player controls, defining the animations, and more.
Here’s a video of the completed tutorial in action:
You can find the tutorial over on Kwigbo’s website at:
Building a Platform game with Corona and Lime
You can check out Lime here – it looks like they are currently offering a discount:
It’s amazing how quickly you can create a platformer with these technologies.
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can send a Tweet to @maniacdev on Twitter or submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.







Tutorial: Building A Platform Game With Corona And Tiled: Tweet I’ve mentioned the 2d iPhone… http://goo.gl/fb/4ijVd
Lime isn’t currently working, (it has huge performance issues when putting the game onto an iphone) so you really can’t build a game using Tiled + lime with Corona SDK as of yet.
That is good to know.