Getting Started with Cocos2d-X Lua Binding¶ Introduction¶ Cocos2d-X Lua binding gives you the freedom to write your game logic in pure Lua scripting language which is very popular in modern game development. The current state of Lua binding maps all c++ functions with the "1to1" manner to minimize the effort to remember all the APIs. You could absolutely wrap high level APIs to meet your own need