panhduc1001 / Maze-Game

Using Java to create a maze game with full functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Using Java to create a maze game with full functions


Languages

Language:Java 100.0%