/** @author ? @version 1.00 */ import com.sda.*; public class Praktikum4Maze{ public static void main(String[] args){ // buat objek helper Praktikum4Helper maze = new Praktikum4Helper(); maze.interactivePlay(); } }