- 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.
推薦閱讀
- 微服務(wù)設(shè)計(jì)(第2版)
- Java多線(xiàn)程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Flask Blueprints
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Magento 2 Theme Design(Second Edition)
- Java系統(tǒng)化項(xiàng)目開(kāi)發(fā)教程
- iOS開(kāi)發(fā)實(shí)戰(zhàn):從入門(mén)到上架App Store(第2版) (移動(dòng)開(kāi)發(fā)叢書(shū))
- NGINX Cookbook
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- 深入淺出Go語(yǔ)言編程
- Clojure for Machine Learning
- Unity 2018 Augmented Reality Projects
- NGUI for Unity
- 嵌入式Linux C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)教程