Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

josh-philpott/8puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Requirements: Python 2.7.6

To run the program: python 8puzzle.py input.txt

input.txt shall contain the board to be tested
goal board is hard coded into main

The program does not depend on any non-standard libraries

Heuristic is the number of misplaced tiles g_score calculated with real cost of tile movement

About

Python impelementation of an 8puzzle solver. The solver looks for the cheapest solution with a cost based off tile number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages