# cocos2dx-lua-core **Repository Path**: myandroid008/cocos2dx-lua-core ## Basic Information - **Project Name**: cocos2dx-lua-core - **Description**: 《Cocos2d-x 之 Lua 核心编程》示例代码,基于 cocos2dx-3.14 。 - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-06-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行 * 代码都是基于 cocos2dx-3.14 ,到官网下载 cocos2dx-3.14 。 * 生成 Lua 工程并编译,然后把 .exe 文件 copy 到 run 目录下。 * 把要运行的工程直接 copy 到的 ./run 目录,如 copy ch3/3.5_coordinate 目录下的文件到 run 目录下,然后双击 .exe 运行。 * 运行结束后,执行 `git clean -fd` 删除不需要的文件或目录,来便于运行另外的工程。在删除之前可以运行 `git clean -nfd` 查看会删除哪些文件或目录。