daanjels / Lejos

Java Lejos projects
2 stars 1 forks source link

Store maps in .txt files #13

Closed daanjels closed 7 years ago

daanjels commented 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.

daanjels commented 7 years ago

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.