Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 306 Bytes

Readme.md

File metadata and controls

11 lines (8 loc) · 306 Bytes

A* algorithm to solve 8 puzzle

Features

  1. Uses curses library
  2. Manual play included
  3. Detection of Non Solvable Puzzles
  4. Heuristic = manhatten distance + moves
  5. Comments included explaining each function

asciicast