Understanding what motivates players is important for building compelling games. In this guest post from Appodeal, learn how players "think" about games....
In this tutorial, learn a simple technique which you can use to implement real-time data searches that produce responsive feedback and updates in your apps....
This post comes courtesy of David Haynes, a Corona developer at Shaw Floors. The app, Floorvana, is available on the iTunes App Store and is currently being featured in a TV commercial airing on the DYI Network and HGTV!...
In this guest post, the folks at Playcrafting and Simple Machine discuss how a match three puzzle game was developed in Corona SDK within a single eight hour session, from design decisions to code editing to assembly of promotional material leading up to the game's release....
Learn how Bonfire Media used CoronaCards to create "Aero Launcher," an enhanced launcher app for Android which has received almost 1,000,000 downloads....
Coroutines, one of Lua's key features, are quite powerful and give you the ability to start and stop blocks of code as needed. From advanced timer manipulation to creating state machines, coroutines give you greater control over when parts of your code execute. This tutorial touches on just a few of their many uses, in particular those which play to Corona's own strengths....
In this guest tutorial, Corona developer Mark Steelman discusses the implementation of local area networking between two devices using LuaSocket and UDP/TCP. Read further to learn how....