The only pig that you would not wish on your dish……..
Continue reading
Category Archives: Corona SDK projects
Reply
How jump works (Run Rabbit Run)
Catch falling objects
Hi all. My first open source Corona SDK project Run Rabbit Run
I’m glad to present my first open source Corona SDK project!
Run Rabbit Run.

Continue reading
Saving your game settings
Any game must keep it’s settings. This is my method of saving settings, it keeps values in SQLite database. I hope it’ll be useful for you, it’s simple itself and simple for use too.
Continue reading
Intersection of two line segments
Share for you function to calculate two line segments intersection.

Continue reading
Common used table functions
You will have some objects and manipulation functions in any game. Commonly objects are stored in tables.
There are some useful functions to manipulate Lua tables.
Continue reading
Distance between two objects
In almost any game you will need to calculate distance between two objects.
Continue reading