Project 5 Description
- Create a 100x100 map in HEditor
- Using the tiles you created in project 4, create a landscape
map with HEditor.
- Create a program which reads in your map file and displays it.
- You may use the hview.* files in misc-examples as the base for this
program (in fact I would suggest it). The program should read your
map (as described by the code sample) and display the upper left
corner of 10 tiles (terrain and objects, oriented correctly)
- Map Creativity
- Map creativity will count for a significant part of the grade.
- Extra Credit: Dynamic Display
- For extra credit, implement dynamic display of your map instead of
just the upper left 10 tiles.
- Extra Credit: Map Scrolling
- No, not a scrollbar. Just implement some keys which will move the
map around. This requires dynamic display to be counted. It should
work similar to HEditor.