Chapter8.Implementing the Level Object


Chapter 8. Implementing the Level Object

The last thing you need to implement before you can update the main game engine to actually play the game is the level object. The level object is probably the most important object in the game because you use it to control virtually everything in the game. The player can't do much without the level, the blocks are all but useless without the level, and there's no way to win (or lose) before the level is there.

You need an object that will hold the implementation for the level. During this chapter, you will design and implement this feature.

In this chapter, you'll learn

  • How to design and implement the level class

  • How to control player movement

  • How to update the level



Beginning 3D Game Programming
Beginning 3D Game Programming
ISBN: 0672326612
EAN: 2147483647
Year: 2003
Pages: 191
Authors: Tom Miller

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net