Corona SDK Mobile Game Development:Beginner's Guide
上QQ阅读APP看书,第一时间看更新

What this book covers

Chapter 1, Getting Started With Corona SDK, begins by teaching users how to install Corona SDK on both Mac OSX and Windows operating systems. You will learn how to create your first program in just two lines of code. Lastly, we'll go through the process of building and loading an application to an iOS or Android device.

Chapter 2, Lua Crash Course and the Corona Framework, dives into the Lua programming language that is used to develop in Corona SDK. We'll go over the basics of variables, functions, and data structures in Lua. This chapter will also introduce how to implement a variety of display objects within the Corona framework.

Chapter 3, Building our First Game: Breakout, discusses the first half of building your first game, Breakout. We'll learn how to structure game files in a Corona project and create game objects that will display on screen.

Chapter 4, Game Controls, continues on with the last half of building your first game, Breakout. We'll cover game object movement as well as collision detection between objects in the scene. You will also learn how to create a score system that will implement win and lose conditions of the game.

Chapter 5, Animating our Game, explains how to animate a game using movie clips and sprite sheets. This chapter will go in depth with managing motion and transitions while creating a new game framework.

Chapter 6, Playing Sounds and Music, provides information on how to apply sound effects and music to your applications. It is vital to include some type of audio to enhance the sensory experience of our game's development. You will learn how to incorporate audio through loading, executing, and looping techniques with the Corona Audio System.

Chapter 7, Physics: Falling Objects, covers how to implement the Box2D engine in Corona SDK using display objects. You will be able to customize body construction and work with physical behaviors of falling objects. In this chapter, we'll apply the uses of dynamic/static bodies and explain the purpose of post-collisions.

Chapter 8, Operation Storyboard, discusses how to manage all your game scenes with Storyboard API. We'll also go into detail on menu design, such as creating a pause menu and main menu. In addition, you'll learn how to save high scores within your game.

Chapter 9, Handling Multiple Devices and Networking your Apps, provides information about integrating your applications with social networks such as Twitter or Facebook. Other social capabilities that will be discussed are incorporating achievements and leaderboards with OpenFeint. This will enable your app to reach a bigger audience globally.

Chapter 10, Optimizing, Testing, and Shipping your Games, explains the application submission process for both iOS and Android devices. This chapter will guide you on how to set up a Distribution Provisioning Profile for the App Store and manage your app information in iTunes Connect. Android developers will learn how to sign their applications for publication so it can be submitted to the Google Play Store.

Chapter 11, Implementing In-App Purchases, covers monetization of your game by creating consumable, non-consumable, or subscription purchases. You will apply In-App Purchases in the App Store using Corona's store module. We'll take a look at testing purchases on a device to see if transactions have been applied using the Sandbox environment.