-
Book Overview & Buying
-
Table Of Contents
Mastering Android Game Development
By :
In this chapter, we are going to improve the rendering of sprites for our game. For this, we are going to use a custom GameView that will perform low-level drawing. We will make two different implementations: one that extends from View and another one that extends from SurfaceView. We will let DrawThread be a real thread, to work better with this GameView.
We will refactor the project, creating a Sprite class that will be used for all the items that are drawn in the game. We will draw bitmaps on a Canvas and learn about the transformation matrix used to do this.
To continue improving the game, we will add enemies. They will be a wave of asteroids moving towards our spaceship. For this, we will learn the concept of GameController and the different ways of doing it, from static to procedural level generation.
As part of the rendering techniques, we will learn about occlusion culling and parallax backgrounds, which we will use to make the game look nicer...
Change the font size
Change margin width
Change background colour