GitHub topics: 8puzzle-solver
JoyM268/sdmcet-aiml
Repository of all the programs taught in AIML Lab at SDMCET, 2025
Language: Jupyter Notebook - Size: 4.18 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

maksym-turkot/astar-8puzzle-solver
A* search n-Puzzle solver and heuristic domination analysis
Language: Java - Size: 288 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

NeginFirouzi/8-puzzle-Solver
Solve classic 8 Puzzle using A* algorithm with C# implementation!
Language: C# - Size: 75.2 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

XsnakezonX/AstarSolving8-puzzle
A university assignment to solve an 8-puzzle using A star as solution path searching algorithm.
Language: Python - Size: 315 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

rachit901109/CLI-Board-Game-Solver
CLI based Eight Puzzle & LightsOut Solver, which also generates svg files of the solution path and game tree for both the games
Language: C++ - Size: 193 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

KimiyaVahidMotlagh/8PuzzleSolver
Artificial Intelligence Search Algorithms implemented for solving 8 puzzle
Language: Jupyter Notebook - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

YoussefAboelwafa/8-Puzzle_Solver
8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*
Language: Python - Size: 56.6 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

plamenabrezova/8puzzle
4️⃣ Coursera: Algorithms Part 1 - Princeton University | Week 4
Language: Java - Size: 260 KB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

FerasBarahmeh/8-Puzzle
Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ratomidev/Solving-8-Puzzle-Problem
8 Puzzle Game
Language: Java - Size: 24.4 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

JoseAugustoVital/8Puzzle-A-Star
[Python] Implementação de modelos matemáticos para a resolução do jogo 8Puzzle utilizando busca heurística, hillclimb e A*.
Language: Jupyter Notebook - Size: 156 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

ReaVNaiL/8-Puzzle-Solver
8 Puzzle Problem Mapping into Search. Using A* Algorithm to find the Shortest path.
Language: JavaScript - Size: 517 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

ledung09/8-Puzzle-Solver
Use AI to solve the game 8-Puzzle :3
Language: JavaScript - Size: 495 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

fgeroldi/8puzzle-blazor
An 8Puzzle application made in dotnet and blazor in Artificial Intelligence classes during the graduation on BSc. Informations System on UNOESTE/FIPP.
Language: C# - Size: 210 KB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

M-Adil-AS/8-Puzzle
8 Puzzle solved using A* algorithm
Language: JavaScript - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

apebl/eight-puzzle-solver
A 8-puzzle solver written in C++
Language: C++ - Size: 185 KB - Last synced at: 9 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

minailkhani/Some-Artificial-Intelligence-Projects
there are some simple projects using artificial intelligence algorithm
Language: Jupyter Notebook - Size: 4.84 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Yowgf/8puzzle-solver 📦
A solver for the 8-puzzle problem including different algorithms.
Language: Jupyter Notebook - Size: 760 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

faizan1234567/8-Puzzle-A-Star-Search
This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.
Language: C++ - Size: 1.06 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

jaretkadlec/8-Puzzle-Project
This project creates an 8 puzzle game and solves the game.
Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

ahmedsakrs/8-Puzzle-Game
8 Puzzle Game Solver using A*, BFS and DFS
Language: Python - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

TrueSepehr/8-Puzzle
An application that uses A* algorithm and uniform cost search to solve 8-puzzle.
Language: Java - Size: 139 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

pri1311/8-puzzle
Language: Python - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

anas40/8PuzzleSolver
Visually solves a random game of 8 Puzzle using A* Algorithm and Priority Queue and demonstrate each step.
Language: JavaScript - Size: 338 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Ab-Rehman99/8-Puzzle-Problem-solving-using-A_star-Algorithm
A program to solve 8 Puzzle problem using A* search Algorithm
Language: Python - Size: 117 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Bombo01/Puzzle-solver
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
Language: Java - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

karanamrahul/Path-Planning-8-puzzle
8-Puzzle Solver using BFS
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

SimonK1/8-Puzzle-Solver-Greedy-Algorithm
School assignment number 1 for course Artificial Intelligence in Python - Solver for 8-Puzzle Problem using Greedy Algorithm
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

khalidsaifullaah/8-Puzzle-A-Star-Search
The 8-puzzle game and also lets the user get it solved by the (A* heuristics based) A.I
Language: JavaScript - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0
