Game Development Reference
In-Depth Information
Laying Down the Basics
In this section, you will quickly create the basic elements of the game. You will
start by creating the actors and then you'll define the rules and behaviors for
each of them. Lastly, you will position the actors on the scene.
You can jump-start this section by directly opening the file BreakaWall-
step1.gameproj .
Defining the New Project
Start by opening the GameSalad creator. Under New Project, select My Great
Project template and click Edit in GameSalad Creator.
Configure the project info as per Table 4-1.
Table 4-1. Project Info
Title
Break a Wall
Platform
iPad Portrait
Description
This is a remake of the famous Breakout game from Atari, originally
released in 1972 as an arcade game.
Instructions
Tilt your iPad left and right to move the racket.
Tags
Breakout
Click File Save As to save your project. Name it BreakaWall.gameproj .
Defining the Actors
For this game you will create the following actors:
Racket
Brick
Ball
Vertical Wall
Horizontal Wall
 
Search WWH ::




Custom Search