Skip to content

8Puzzle Game with different algorithms to solve it!

License

Notifications You must be signed in to change notification settings

joaoaab/8Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8Puzzle Solver

The Project target is to create a solver for the 8Puzzle game using concepts and algorithms learned at Intelligent Systems class

Getting Started

Using Visual Studio, open the 8Puzzle.sln project and then build it (no external libs required)

What it does

Currently it applies three complete algorithm to solve the puzzle

How it is implemented

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

Prerequisites

Visual Studio Installed

Authors

  • João Amaro de Assunção Bisneto - Initial Work - joaoaab

License

This project is licensed under the MIT License - see the LICENSE.md file for details