Skip to content

Eight Puzzle Game Solver using various search algorithms

Notifications You must be signed in to change notification settings

mmera/eightPuzzleGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Eight Puzzle Solver

Author: Marco Mera

Solver for the classic N X N puzzle where tiles are shuffled out of place in a grid and it is up to the AI to move the tiles back in to place one tile at a time using a search algorithm.

Algorithms implemented: BFS, DFS, Uniform Cost, Best First Search, and A*

About

Eight Puzzle Game Solver using various search algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages