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

Chapter 4. The Basics of Our Game

In the previous chapter, we learned about assets and how to implement our own asset management system which loads the assets from the application bundle and caches them. We used the asset management setup to load our first image. We covered how to group display objects into scenes and wrote a scene director that manages our scenes. In this chapter, we will begin setting up our game. We will learn about what to consider when targeting different devices, and we will take the first step in setting up our game. This includes creating the scenes we need and displaying static images on the screen.