Skip to content

Latest commit

 

History

History
executable file
·
9 lines (7 loc) · 718 Bytes

File metadata and controls

executable file
·
9 lines (7 loc) · 718 Bytes

Maze Builder

An interactive maze building program built in Java Swing that allows you to create, edit, store and export mazes in an intuitive GUI.

Installation

To run the app simply run the provided MazeBuilder.jar file and follow the instructions in the GUI.

When first running it you will be prompted to setup your db.props file, this is where you need to set the credentials for the database you will be using. PostgreSQL is the default datababase management system used however you can change this in the db.props configuration file by changing the url (note that all testing was done on PostgreSQL so no guarantee is made about the stability of using other DBMSs)