6.4. Vertical Scrolling Arcade Games
Learning Objectives
When you have finished this section, you should be able to:
- Explain what a vertical scroller game engine is and why it is needed.
- Create maps in mappy for a vertical scroller game engine.
- Build a vertical scroller game engine.
- Write a vertical scrolling shooter program.
Required Tasks
- Study Chapter 15, Vertical Scrolling Arcade Games, in the eTextbook.
- Study the VerticalScroller program to learn how to make a basic vertical scroller game engine.
- Carefully study the Warbirds Pacifica game program to get a close look at how vertical scrolling shooters are built.
- Complete the Chapter 15 quiz, and check your answers in Appendix A.
Files (VerticalScroller, Warbirds)
Optional Tasks
- Load the Warbirds Pacifica game into your IDE, build it, and play with it.
- Try to modify the game by introducing some differences that would be attractive to players.