Package labyrinthe

Examples of labyrinthe.MazeController


public class MainTest {

  public static void main(String[] args) {
   
    MazeController mazeController = new MazeController();
   
    MazeWindow mazeWindow = new MazeWindow("Labyrinthe 3000 par Marc B. et R�mi S.", mazeController) ;
   
  }
View Full Code Here

TOP

Related Classes of labyrinthe.MazeController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.