1 / 6

Maze Solving GUI

Maze Solving GUI. MVC. Model View Controller Model is the application with no interfaces View consists of graphical interfaces Controller links the model and view together Event handlers Main class. Assignment 2.3. Implement a GUI for maze solving Use MVC design

Download Presentation

Maze Solving GUI

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Maze Solving GUI

  2. MVC • Model View Controller • Model is the application with no interfaces • View consists of graphical interfaces • Controller links the model and view together • Event handlers • Main class

  3. Assignment 2.3 • Implement a GUI for maze solving • Use MVC design • Display the maze and its solution • Take any inputs via the GUI • Cost and heuristic weights • Set start and end points

  4. GUI Requirements • Load then solve multiple mazes • Choose the method of solving • Wall follower • A* with various parameters • Additional functionality • Is a traditional maze solvable

  5. GUI Challenges • Step through a maze solution • Graphically edit a maze • Animate the maze solution • At an adjustable speed

  6. References • http://www.cs.rice.edu/~cork/newBook/node89.html • http://java.sun.com/docs/books/tutorial/uiswing/

More Related