- 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!
推薦閱讀
- Git Version Control Cookbook
- Machine Learning with R Cookbook(Second Edition)
- Learning Elixir
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Essential C++(中文版)
- Test-Driven JavaScript Development
- Django 3.0入門與實踐
- 汽車人機交互界面整合設計
- Secret Recipes of the Python Ninja
- Kohana 3.0 Beginner's Guide
- Tkinter GUI Programming by Example
- 深入理解Zabbix監控系統
- jQuery Essentials
- ServiceDesk Plus 8.x Essentials
- JSP程序設計與案例教程