Corona Geek

During this week's Corona Geek Ed Maurina, developer of Corona SDK game templates at Roaming Gamer, walked us through a Corona SDK code snippet that makes your game characters jump. Using Corona's built in physics engine, we applied force to a single character and then added a second character to show how easy it is to handle touch events for multiple objects using the same function....

During Monday's Corona Geek Hangout we shared that Corona SDK now supports HID controllers, which means you can now target Ouya, GameStick game controller, MOGA Pro, PS 3 controller, NVIDIA Shield, along with Bluetooth keyboards and mice (all HID devices). Here's a snippet from the Hangout where Snake Head Software Founder, Gerald Bailey, raised the important question of what do these controllers mean for mobile games. Roaming Gamer, Ed Maurina, responded with a answer that offers up some good perspective....

During Monday's Corona Geek Hangout, Dr. Brian Burton and Ed Maurina shared some great tips for moving objects around using Corona SDK's built in physics engine versus a straight transition. One method allows objects to continue to be affected by physics while the other does not. They also discussed how you could use both methods together to come up with some interesting results....

This week we walked through part two of the game code from That’s So Panda’s game tutorial series. The tutorial covers many game dynamics like the use of the physics engine, collision detection, spawning enemies, D-Pad implementation, score keeping, and health meter implementation. Be sure to watch part one of this two part series. In part one we touched on overall game design concepts like story development....

This week we walked through game code from That's So Panda's game tutorial series. The tutorial covers many game dynamics like the use of the physics engine, collision detection, spawning enemies, D-Pad implementation, score keeping, and health meter implementation. We also touched on overall game design concepts like story development. This week's hangout is part one of a two part series....