public class Main { public static void main(String[] args) { Map map = new Map("Prague"); Game game = new Game(map); } }