*/
public static void main(String[] args) throws InterruptedException {
//Preprocessor: Generate the maps
Preprocessor preprocessor = new Preprocessor();
preprocessor.generateMap();
if (preprocessor.hasNewMap()) {
while (!preprocessor.isMapGenerated()) {
//Wait
}
try {
Thread.sleep(2000);