Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 389 Bytes

8-Puzzle

This is an implementation of the 8-Puzzle problem using the A* Search Algorithm created as a part of a college assignment.

It has been tested with Python 3.6.

Run

Execute the following command to run the program.

python3 Main.py

Preview

asciicast