Book Image

Sparrow iOS Game Framework Beginner's Guide

By : Johannes Stein
Book Image

Sparrow iOS Game Framework Beginner's Guide

By: Johannes Stein

Overview of this book

Table of Contents (20 chapters)
Sparrow iOS Game Framework Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Afterword
Index

What are scenes?


In a typical game, we have a main menu, an options menu, possibly a credits screen, and of course the game itself. We can have all this in a single file, but that will become difficult to maintain after a while. So, it will be a good idea to group these elements into separate entities, which in our case are scenes.

In games that depend on having a lot of levels, such as point'n'click games, it's also a good idea to have scenes for each level.