Escape the room/mystery game

Hey guys, I’m quite new really to lua and corona and I’m wondering if its possible to program a multi room, escape the room game using lua and corona. When I say multi room what I mean is I would like it to have the ability to move from room to room. The escaping will be basic, player may have to find a key or two but I really want it to be a mystery type game so some doors may not even be locked if you catch my drift. But I know the programming will probably be roughly the same. Is lua a long winded way to do this? Is there a better language? I would like to sell this eventually. Would really appreciate any help or tips, thanks a lot!

There have been quite a few adventure games done in Corona SDK using Lua.  In fact using scene managers like Storyboard, and the ability to load in modules of data information would allow you to easily program these types of games.

Thanks Rob, I have some studying to do before I can pull that off but thank’s for pointing me in the right direction!

There have been quite a few adventure games done in Corona SDK using Lua.  In fact using scene managers like Storyboard, and the ability to load in modules of data information would allow you to easily program these types of games.

Thanks Rob, I have some studying to do before I can pull that off but thank’s for pointing me in the right direction!