Skip to content

fadiemman/LEGO-Robot-Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Bot Challenge

This repository contains the Java code for solving the Maze Bot Challenge.

Description

In this Project, the task is to program a robot to navigate through a maze and find a target wall located in a dead end. The maze does not contain loops, and the start position of the robot is not revealed until the final date. The challenge involves exploring the entire maze and developing a suitable strategy to reach the target wall efficiently.

Maze Simulator

The solution can be tested using a maze simulator provided in the repository. The simulator allows testing different mazes by configuring the maze file path and dimensions in the code. It is essential to ensure that the width and height parameters match the dimensions of the maze PNG file to ensure correct simulation performance.

Acknowledgements

This project was developed as part of the "Design and Implementation of Software Systems" course at TUHH.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages