import java.awt.Color; import kareltherobot.*; public class ShowWorld implements Directions { public static void main(String[] args) { // change the file name to match the text file // you made and put in the project folder: World.readWorld("BobS.txt"); World.setBeeperColor(Color.BLUE); World.setVisible(); } }