- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 219字
- 2021-07-23 19:37:21
Summary
This chapter discussed parts of Lua programming that will send you on your way to start creating your own apps in Corona. As you continue working with Lua, you'll start understanding the terminology better. Eventually, you'll find new programming solutions that will benefit your development process.
Some skills you learned so far include the following:
- Creating variables and assigning values to them
- Establishing expressions using operators
- Using the Corona terminal to output or print results
- Using tables to structure lists, arrays, sets, and so on
- Adding display objects in the simulator
- Configuring your application build to work on different mobile devices
- Implementing dynamic resolution images
- Creating functions to run a block of code
This section was definitely a lot to take in. There is still a lot of information on Lua that we didn't get to touch base on, but you have learned enough to get you started. For more information on programming in Lua, you can refer to http://www.lua.org/pil/index.html or the resources section on the Corona website at http://www.coronalabs.com/resources/.
In the next chapter, we'll start making our very first game called Breakout! You will get some hands-on experience creating a game framework in Corona and applying all the necessary assets to develop a mobile game. You'll be surprised how fast and simple it is to create one.
- Azure IoT Development Cookbook
- Python高級編程
- Hands-On C++ Game Animation Programming
- Troubleshooting PostgreSQL
- Reactive Programming With Java 9
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Building Serverless Applications with Python
- 持續輕量級Java EE開發:編寫可測試的代碼
- Android群英傳
- Red Hat Enterprise Linux Troubleshooting Guide
- JavaScript動態網頁編程
- Vue.js 3應用開發與核心源碼解析
- R語言與網站分析
- TypeScript High Performance
- C++從零開始學(視頻教學版)(第2版)