Map reading

Tried to add a classic map by hand. Noticed that it was stupid, and decided to write a image-to-map function. After a few bugs, here it is! This bitmask tutorial helped quite a bit to make the code cleaner.

Classic Map

Classic Map

Tags: bitmask, java, map, progress