lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Something that people here might be interested in. I just updated our blog with my experiences of using Lua to write Legend of Grimrock, an old school dungeon crawling game released recently for PC.

The blog article can be found here:
http://www.grimrock.net/2012/07/25/making-of-grimrock-rapid-programming/

I like how you highlight the benefits of your Lua-and-C++ approach compared to the more common C++-and-Lua scenario. Admittedly, the difference is a subtle one. But development does become *much* more productive (and pleasant) the more you manage to move things over to Lua.

Ashwin.