Closed daanjels closed 7 years ago
Add a method to the Map class to read a text-file that contains data for a map. This will make it much easier to test my search methods.
Created two methods in the Map class to read a map from a file, and to save one. (then it should also be possible to create a map...?) It was ane easy way now to create the first one from the old code.
Add a method to the Map class to read a text-file that contains data for a map. This will make it much easier to test my search methods.