Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.14 KB

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!