- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 155字
- 2021-07-23 19:37:21
Chapter 3. Building Our First Game – Breakout
So far, we have gone through some important basics of programming in Lua and applied some code to run in the Corona simulator. Knowing the terminology is a small part of learning how to create an application. We'll need to take a step further and get some hands-on experience of what it's like to structure a project from start to finish. We're going to accomplish this by creating our first game from scratch. This will push you further to understand larger chunks of code and apply some game logic to create a functional game.
By the end of this chapter, you will understand:
- How to structure game files in a Corona project
- How to create variables for the game
- How to add game objects to the screen
- How to create an alert message
- How to display the score and level number
Let the fun begin!
推薦閱讀
- Java逍遙游記
- WSO2 Developer’s Guide
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- Python數(shù)據(jù)分析從0到1
- Learning Laravel's Eloquent
- 從Java到Web程序設(shè)計(jì)教程
- Learning Concurrency in Kotlin
- MySQL從入門到精通(軟件開(kāi)發(fā)視頻大講堂)
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- AutoCAD基礎(chǔ)教程
- 美麗洞察力:從化妝品行業(yè)看顧客需求洞察
- 微信公眾平臺(tái)開(kāi)發(fā)最佳實(shí)踐
- 微信公眾平臺(tái)服務(wù)號(hào)開(kāi)發(fā):揭秘九大高級(jí)接口
- MATLAB語(yǔ)言及編程實(shí)踐:生物數(shù)學(xué)模型應(yīng)用
- OpenCL異構(gòu)并行計(jì)算:原理、機(jī)制與優(yōu)化實(shí)踐