6.3. Loading Native Mappy Files
Learning Objectives
When you have finished this section, you should be able to
- Describe the Mappy file format.
- Explain what is in the Mappy Allegro library (MappyAL).
- Load native Mappy files into games.
- Enhance the Tank War game using the new technology you have just learned.
Required Tasks
- Study Chapter 14, Loading Native Mappy Files, in the eTextbook.
- Study the routines provided in the MappyAL library.
- Carefully study the TestMappy program to learn how to load a native Mappy file.
- Carefully Study how the Tank War game can be enhanced using native Mappy support. Pay special attention to changes made to the Tank War game from the previous section.
- Complete the Chapter 14 quiz, and check your answers in Appendix A.
Optional Task
- Load the new enhanced Tank War game from the Files link below into your IDE, build it, and play with it. Note the differences between this and previous versions.
Files (tankwar_r7, TestMappy)