Skip to content

Using Artificial Intelligence (Search Algorithms) to Solve Modified Version of 8-Puzzle Game in Python

Notifications You must be signed in to change notification settings

Armando8766/Modified-8Puzzle-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Modified-8Puzzle-AI

Modified version of 8-Puzzle game in Python. Reaching the solution was done using Artificial Intelligence and different search algorithms (Depth First, Breadth First, Iterative Deepening, Uniform Cost, Greedy Best First, and A-Star with three different heuristics). In this version, the cost of a move is not 1, but the VALUE OF THE TILE BEING MOVED

About

Using Artificial Intelligence (Search Algorithms) to Solve Modified Version of 8-Puzzle Game in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages