- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 220字
- 2021-07-23 19:37:21
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/. The following screenshot is an example 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 create a clone using touch events and the accelerometer for the paddle movement that will be controlled by the player. We'll be adding some physics to the ball so that it can bounce around 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.
- 玩轉Scratch少兒趣味編程
- Learning C# by Developing Games with Unity 2020
- Learning PostgreSQL
- Mastering Adobe Captivate 2017(Fourth Edition)
- C和C++安全編碼(原書第2版)
- Magento 2 Development Cookbook
- Python王者歸來
- 網店設計看這本就夠了
- Learning Network Forensics
- Spring Boot進階:原理、實戰與面試題分析
- Java實戰(第2版)
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Python+Office:輕松實現Python辦公自動化
- AI自動化測試:技術原理、平臺搭建與工程實踐