GitHub topics: misplaced-tiles
Gigi-G/npuzzle
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.
Language: Python - Size: 1.25 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

jmhummel/8puzzle
Python script for solving the classic "8-puzzle" game
Language: Python - Size: 277 KB - Last synced at: over 1 year ago - Pushed at: about 10 years ago - Stars: 6 - Forks: 16

shaniadicen/eight-puzzle-search
A java program that solves the Eight Puzzle problem using five different search algorithms.
Language: Java - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

gadgil-devashri/8-Puzzle-A-Star-Search
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
Language: Python - Size: 249 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 2

AmirUCR/eight_puzzle_solver_heuristic_search
Attempts to solve the 8-Puzzle by using various heuristic search methods. Written in Python.
Language: Jupyter Notebook - Size: 449 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

shamo0/slidingPuzzle
4x4 15 piece sliding puzzle solution using A* and IDA* algorithms (Python implementation)
Language: Python - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

faisal-ansarii/8-puzzle-problem-heuristic-misplaced-tiles-ai-python
The puzzle can be solved by moving the tiles one by one in the single empty space and thus achieving the Goal state. Instead of moving the tiles in the empty space we can visualize moving the empty space in place of the tile. The empty space cannot move diagonally and can take only one step at a time
Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Tooo/Stage-Puzzle-Manhattan
Solving Stage Puzzles: Text UI
Language: Python - Size: 70.3 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0
