Skip to content
#

8-puzzle-problem

Here are 32 public repositories matching this topic...

The classic 8-Puzzle challenge: Human vs. AI! This project features an AI solver (Best-First Search with Manhattan distance) and a Tkinter GUI that visualizes its steps. A volunteer can initialize the AI solver alongside a human's manual attempt. The "Stop" button allows the volunteer to declare the human the winner if they solve it before the AI.

  • Updated Apr 19, 2025
  • Python

Repository for programming project one under ITCS 6150 Intelligent Systems under Dr. Dewan Ahmad for the fall 2021 semester. The aim is to solve the 8-puzzle problem using an A star search algorithm based on the heuristic function chosen by the user. The programming language chosen for this project is Python 3

  • Updated Dec 23, 2021
  • Python

Improve this page

Add a description, image, and links to the 8-puzzle-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 8-puzzle-problem topic, visit your repo's landing page and select "manage topics."

Learn more