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

Summary


In this chapter, we learned about cross-platform device compatibility between iPad and iPhone devices.

Specifically, we covered which filename suffix we need to identify, which file to load for which device, how the coordinate system in points works, and texture size limits when loading images.

We also set up the bare bone, of our game where we loaded the images for different kinds of devices utilizing our asset and scene managers.

Now that the scenes of our game are available and we have put some images on the screen, we're ready to beautify our game—which is the topic of the next chapter.