- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 114字
- 2021-07-23 19:37:17
Lua to the rescue
Lua is the industry standard for game programming. It is similar to JavaScript and Flash's ActionScript. Anyone who's done any scripting in these languages will make the transition to Lua almost immediately.
Lua has been useful in creating various applications and games. Many game programmers have found Lua to be a convenient scripting language due to how easy it is to embed, its fast execution, and its small learning curve. It is ubiquitous in World of Warcraft. It is also used by Electronic Arts, Rovio, ngmoco, and Tapulous in games such as Angry Birds, Tap Tap Revenge, Diner Dash, and so on.
For more information on Lua, refer to http://www.lua.org.
推薦閱讀
- Mastering QGIS
- Python網絡爬蟲從入門到實踐(第2版)
- Internet of Things with Intel Galileo
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- 精通網絡視頻核心開發技術
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- 區塊鏈底層設計Java實戰
- 用案例學Java Web整合開發
- Kotlin開發教程(全2冊)
- Scratch3.0趣味編程動手玩:比賽訓練營
- Spring Boot+MVC實戰指南
- Java7程序設計入門經典
- Scratch從入門到精通
- Clojure High Performance Programming(Second Edition)
- Python編程快速上手2