Python script for solving the classic "8-puzzle" game
-
Updated
Jun 23, 2015 - Python
Python script for solving the classic "8-puzzle" game
The N-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The puzzle can be of any size, with the most common sizes being 3x3 and 4x4. The objective of the puzzle is to rearrange the tiles to form a specific pattern.
Attempts to solve the 8-Puzzle by using various heuristic search methods. Written in Python.
4x4 15 piece sliding puzzle solution using A* and IDA* algorithms (Python implementation)
Solving Stage Puzzles: Text UI
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
A java program that solves the Eight Puzzle problem using five different search algorithms.
Add a description, image, and links to the misplaced-tiles topic page so that developers can more easily learn about it.
To associate your repository with the misplaced-tiles topic, visit your repo's landing page and select "manage topics."