joaoaab / 8Puzzle

8Puzzle Game with different algorithms to solve it!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

8Puzzle Game with different algorithms to solve it!

License:MIT License


Languages

Language:C# 100.0%