- Corona SDK Mobile Game Development:Beginner's Guide
- Michelle M. Fernandez
- 211字
- 2021-08-06 19:59:48
Breakout—bringing back old-school gaming
You have probably seen many forms of the game Breakout in the past couple of decades, especially during the Atari days. To give you a good idea of what the game is about, here is a brief editorial by Big Fish Games about the history of Breakout: http://www.bigfishgames.com/blog/the-history-of-breakout/.

On the game screen, there are several columns and rows of bricks placed near the top of the screen. A ball travels across the screen, bouncing off the top and side walls of the screen. When a brick is hit, the ball bounces away and the brick is destroyed. The player loses the round when the ball touches the bottom of the screen. To prevent this from happening, the player has a movable paddle to bounce the ball upward, keeping it in play.
We're going to be creating a clone using touch events and the accelerometer for paddle movement that will be controlled by the player. We'll be adding some physics to the ball so it can bounce throughout the screen.
In the next chapter, we'll be adding the movement of the game objects, collision detection, score keeping, and win/lose conditions. Right now, we're going to focus on how to set up the game template of Breakout.
- 圖解西門子S7-200系列PLC入門
- Raspberry Pi 3 Cookbook for Python Programmers
- 辦公通信設備維修
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- Learning Stencyl 3.x Game Development Beginner's Guide
- 電腦軟硬件維修從入門到精通
- Mastering Adobe Photoshop Elements
- 筆記本電腦維修實踐教程
- 基于PROTEUS的電路設計、仿真與制板
- Hands-On Motion Graphics with Adobe After Effects CC
- Intel FPGA權威設計指南:基于Quartus Prime Pro 19集成開發環境
- UML精粹:標準對象建模語言簡明指南(第3版)
- Zabbix 4 Network Monitoring
- Advanced Machine Learning with R
- 從企業級開發到云原生微服務:Spring Boot實戰