Tech Corner

Tables, always tables… (Lua)

Posted by on September 27, 2011 at 10:13 pm

Lua is an interesting language, easy to learn but difficult to master. Difficult things can often be achieved with a few lines of code but as a drawback there is room for many potential errors that can get very difficult to solve, for example, here is a common pitfall…

[ Read full post... ]

Basic star field

Posted by on July 29, 2011 at 1:03 am

Hi!, Welcome to Programming tips by Miu Games.

All of our code is written in Lua. We are currently using Ansca Corona SDK to create our games.

In this post I’ll show how to do a basic star field effect just like the one used in Proteggo

[ Read full post... ]