Old Style Game Framework How To..

Creating a Game with Old Style Game Framework.

This walk through create a side scroller game, where the player runs across the screen and jumps over obstacles. The walk through uses the Old Style Game Framework (1.0.2), Game Doc (1.2.3) and Game Designer (1.2.2).

Updated versions: Old Style Framework (1.1), Game Doc (1.3) and Game Designer (1.3)

For this demo, I'm using the images and sounds from Andrew Davison's book "Killer Game Programming. Chapter 12" at http://fivedots.coe.psu.ac.th/~ad/jg/ and Ernest Pazera's book "Isometric Game Programming with DirectX 7.0"

  1. Initial setup
  2. Sound
  3. Animation
  4. Motion
  5. Sprite
  6. Components
  7. Backgrounds
  8. Maps (The Sections tab is similar to the Maps tab)
  9. Creating the Game & GameStates