Class MazeLoader

java.lang.Object
za.co.wethinkcode.robots.server.world.MazeLoader

public class MazeLoader extends Object
  • Constructor Details

    • MazeLoader

      public MazeLoader()
  • Method Details

    • loadMaze

      public static void loadMaze(String filename)
    • getMazeWidth

      public static int getMazeWidth()
    • getMazeHeight

      public static int getMazeHeight()
    • isWall

      public static boolean isWall(int x, int y)
    • isMazeObstacle

      public static boolean isMazeObstacle(int x, int y)
    • isMazeLoaded

      public static boolean isMazeLoaded()