Game Development Reference
In-Depth Information
Making the sprites
For this game, we are going to start by getting our sprites ready. We will keep things simple
so we can move on to the actual game creation faster.
We need at least three sprites for this game. The first sprite we need is for the player's char-
acter, the second is for the player to collect and get points, and the final sprite is the wall
that will keep the player inside the game view.
Let's create these now.
We will start off with the wall. Create a new sprite and make it a simple 32 x 32 black solid
square. Name it spr_Wall and center its origin.
Next is the collect sprite. This sprite will be used for our collection object. The player's
goal will be to collect these to earn points.
Search WWH ::




Custom Search