Skip to content

I will implement in Java a solution to solve mazes using different algorithms

License

Notifications You must be signed in to change notification settings

Amable-Valdes/Maze-Solving-Algorithms-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Solving-Algorithms-in-Java

Copyright (C) 2019 Amable José Valdés Cuervo

The project

With this project I hope to perform various operations:

  • Transform an image of a labyrinth into a matrix.
  • Implement various labyrinth resolution algorithms.
  • Paint an image of a new maze with the solution path.

For now the project is funtional, but i need to refactor a lot of things and comment a lot of code.

It has several freatures that I'm going to re-implement, like the image translation to a maze: currently the labyrinth is represented lying down (x and y inverted) and I want to modify this behavior in future versions.

Several parts of the architecture are going to change too.

License

See the LICENSE file for license rights and limitations (GNU General Public License v3.0).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

If you read any bad translation in documentation or code send me an email with the correct sentences (^.^)

Thanks for read me!

About

I will implement in Java a solution to solve mazes using different algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages