Chapter 2. Let's Make a Game!
In Chapter 1, Introduction, I promised that we'd have the basics of a working game in place by the end of this chapter, and I plan to keep my promise!
Throughout this book, we are going to create a platform game, based in the jungle, in which the player will control a cheeky monkey that will have the ability to run and jump around the scene. As our monkey character runs, the screen will scroll horizontally to display more of the jungle and, along the way, there will be various obstacles, some items to collect, and some enemies to avoid.
Although some of the preceding features will be added to our game later in the development process, when we have learned more features of Stencyl, in this chapter, we will put in place many of the basic mechanics of the game.
The skills we will be learning in this chapter are:
Creating a new game
Creating a blank scene
Downloading resources from StencylForge
Understanding the Stencyl Dashboard
Adding an actor into a scene
Downloading...