/8-Puzzle

Primary LanguagePython

8-Puzzle

This is a simple 8 puzzle program that is to be used to help teach heuristics

To run in terminal type in while in the project directory: python puzzle.py

To modify the heuristic open astar.py and change the heuristic_evaluation function