Adding Achievements to Your Corona Game or App Using OpenFeint & Papaya Mobile

Introduction

Achievements within games can help give incentives for players to learn how to play, give them confirmation they’re on the right track, and reward their accomplishments. They can also reward experimental behavior, create engagement for challenging or secret achievements, and can even create games within games. To paraphrase Jesse Schell, you can create the meta game, experiences that exist on top of other experiences.

Continue reading “Adding Achievements to Your Corona Game or App Using OpenFeint & Papaya Mobile”

Intro To Corona – 1 hour 45 minutes HD Video

An impromptu presentation (took 15 minutes to prepare) I did for the remote attendee’s of Ansca Mobile‘s Corona Hackathon. I cover some Lua basics, tooling, OOP, Corona DisplayObjects, Physics (crappy job on collisions, lol sorry), and gotcha’s I’ve encountered. I also briefly go over some of the business & marketing aspects you should be aware of when building your game.

Supporting links below video; I’ll add more + annotations to the video itself when I get time.

Continue reading “Intro To Corona – 1 hour 45 minutes HD Video”

Why Robotlegs For Games?

Why Robotlegs for Games?

The following covers why you would utilize the Robotlegs MVC architecture in a lightweight, Lua game for Corona. I’ll discuss the refactoring reasoning, the common problems you run across in game architecture, and their solutions with their pro’s and con’s discussed. Finally, I conclude on how Robotlegs helps solve these common issues, specifically in a Lua & Corona context.

I’ve started the port of Robotlegs to Lua to work in Corona if you’re interested in learning more.

Continue reading “Why Robotlegs For Games?”