This is an OLD lab.
Develop a simple game framework. You should provide a startup menu (form or canvas) from which the user can select from these options (at a minimum):
Your game does not need to be fully functional, just a simple game. A main character that wanders around a map (under user control) and who collects objects is sufficient. The main game must include the following at a minimum (you can add more if you like):
The layers can be elevation view or plan view depending on the tiles you use. I will not grade you on the quality of the tile/sprite graphics (this is not a graphic arts class). I will provide some tiles and sprites (look in the Examples for class 4) you can use those or provide your own (look at the links on the links page). How you determine the score is up to you, it can be number of objects found or elapsed time or something similar. You should only save and display the top 5 scores.
Turn in a ZIP file of your entire WTK project.