State-space search by implementing the A* method to solve 8 puzzle (numbers) and 11 puzzle (image). An animation is used to display the moves. In addition, you can play it manually and change parameters (example: number of cells).
Just execute "8puzzle/main.py" or "11puzzle_image/main.py".
To play it manually, juste incomment the part under the comment # Play manually!