Search:

Type: Posts; User: lalala096

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,208

    Re: Java Maze Help

    I'm just not even sure where to start
  2. Replies
    5
    Views
    1,208

    Java Maze Help

    import java.util.Random;


    public class maze {
    char[][]m; //The place I plan to stick my maze
    int [][] shadow; // holds some int for each room the maze

    maze(int rows, int cols){
    m =...
Results 1 to 2 of 2