Maze Tracking is a Java-based game where players can input a maze configuration, and the game will auto-generate the maze and find the fastest way to solve it.
- Auto-generate maze from input
- Auto-solve the maze using the fastest path
- User-friendly interface
- Real-time maze solving visualization
: Core programming language used for game logic and functionality.
: Used for creating the graphical user interface.
: For unit testing the game logic.
- Ensure you have Java Development Kit (JDK) installed on your system.
- Clone the repository:
git clone https://github.com/LTPPPP/Maze_Tracking.git
- Navigate to the project directory:
cd Maze_Tracking - Compile the game:
javac -d bin src/*.java - Run the game:
java -cp bin Main
- Input your maze configuration.
- Watch as the game auto-generates the maze and finds the fastest solution.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes" - Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the License file for details.
For any inquiries or feedback, please contact LTPPPP.