Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 480 Bytes

File metadata and controls

9 lines (5 loc) · 480 Bytes

12. Integrating Lua Scripts

The 32blit Lua engine is just another 32blit application that just happens to run a game implemented entirely in Lua.

What if you wanted to mix the benefits of C++ heavy lifting, with the easy tweakability of Lua in your own game?

Perhaps you want to define weapons, vehicles or enemy AI behaviour as scripts, or provide custom level or mod support.

This tutorial covers taking 32blit Lua and using it as the code for your own customisable game.