The Project target is to create a solver for the 8Puzzle game using concepts and algorithms learned at Intelligent Systems class
Using Visual Studio, open the 8Puzzle.sln project and then build it (no external libs required)
Currently it applies three complete algorithm to solve the puzzle
the project has a class that implements all the rules of the game(puzzle) and one to solve it(solver), also it has one class to implement a tree/graph type of structure(tree) to use in the algorithms
Visual Studio Installed
- João Amaro de Assunção Bisneto - Initial Work - joaoaab
This project is licensed under the MIT License - see the LICENSE.md file for details