An open API service providing repository metadata for many open source software ecosystems.

Topic: "8-puzzle-problem"

HxnDev/Solving-8-Puzzle-Problem-in-Fixed-Moves

The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order.

Language: Python - Size: 69.3 KB - Last synced at: 26 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

vic37get/jogo-dos-8

:1234: 🎮🕹 Implementação dos algoritmos de busca no problema do jogos dos 8 números.

Language: Python - Size: 93.8 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

yousefkotp/8-Puzzle-Solver

8 Puzzle solver using uninformed and informed search algorithms as DFS, BFS and A*.

Language: Python - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

MamadTvl/8-puzzle-problem

Solving 8-puzzle problem

Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

mielutzio/search-algorithms

Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.

Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Parneet-Sandhu/8-Puzzle-Problem

The 8-puzzle is a classic problem that involves sliding tiles in a 3x3 grid to match a desired goal configuration. The algorithm explores the shortest path from an initial configuration to the goal state and visualizes the steps involved in solving the puzzle.

Language: Python - Size: 12.7 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

CSZongzi/8-puzzle-problem 📦

Solving the 8-Puzzle problem using the A* algorithm (TypeScript impl.)

Language: TypeScript - Size: 125 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

RChandana/AI

Language: Jupyter Notebook - Size: 95.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AnshulKanwar/8-puzzle-problem

8 Puzzle Problem Solver built using reactJs

Language: TypeScript - Size: 2.13 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

urastogi885/n-puzzle-solver

Finding optimal solution to a given configuration of the 8 puzzle problem

Language: Python - Size: 122 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

abhiy13/8-puzzle-solver

Simple cpp project for solving the 8-puzzle problem

Language: C++ - Size: 111 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

joemathew2004/8-puzzle-challenge

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.

Language: Python - Size: 381 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

gameric/8-puzzle

A simple 8-puzzle game made with VueJS

Language: Vue - Size: 2.26 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 2

niveditha-vudayagiri/8-puzzle

8-puzzle implementation in Python using State space search algorithms

Language: Python - Size: 18.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

200-0K/8-Puzzle

8-Puzzle Solver webapp it uses different search algorithms to solve the classic 8-puzzle problem.

Language: JavaScript - Size: 314 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ychen921/8-puzzle

Course project of ENPM661

Language: Python - Size: 685 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hlsxx/8-puzzle-cpp

Solving 8-puzzle with BFS and DFS algorithms

Language: C++ - Size: 194 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hlsxx/8-puzzle-rust

Solving 8-puzzle with BFS and DFS algorithms

Language: Rust - Size: 195 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nikhil-prog/8-puzzle-solver

8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,

Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dersiwi/8-Puzzle-Solving

8-Puzzle solver in python using A* and manhatten heuristics

Language: Python - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anubhavparas/n-puzzle-problem

Simple BFS search to solve N-Puzzle Problem

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

edenroseFR/sliding-8-puzzle

This is a simple 8-puzzle game solved using different search algorithms (A Star, BFS).

Language: Python - Size: 101 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

yuanjie8629/EightPuzzleProblemSolving

Application of A* search algorithm in solving 8-puzzle problem.

Language: Jupyter Notebook - Size: 432 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

himanshuj24/8_puzzle_problem

This code solves the 8 puzzle problem with A star algorithm.

Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

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: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 2

Davidmenamm/Artificial_Intelligence_8_Puzzle_Program

Implementing the 8 puzzle program, manhattan distance algorithm is used to find best path and also a learned through experience heuristic algorithm.

Language: Java - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

roscibely/Jogo-dos-8

Implementation of A* search algorithm for the 8 puzzle 🎮

Language: Processing - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

Bishalsarang/8-Puzzle-Problem

This repository contains solver to 8 Puzzle Problem using A* algorithm and manhattan distance as heuristics.

Language: Python - Size: 285 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

Related Topics
8-puzzle 12 8-puzzle-solver 12 bfs 7 a-star-search 6 8-puzzle-game 6 breadth-first-search 5 a-star-algorithm 4 artificial-intelligence 4 best-first-search 3 state-space-search 3 a-star 3 python 3 python3 3 bfs-search 3 dfs 3 8-puzzle-bfs 3 heuristic-search-algorithms 3 tree-search 2 puzzle 2 n-puzzle 2 typescript 2 bfs-algorithm 2 bidirectional-search 2 manhatten-distance 2 ai 2 astar-search 2 search-algorithm 2 searching-algorithms 2 game 2 manhattan-distance 2 rust-bfs 1 8puzzle-game 1 webapp 1 solver 1 bfs-cpp 1 hill-climbing-search 1 dfid-algorithm 1 branch-and-bound 1 beam-search 1 a-star-search-algorithm 1 puzzle-game 1 tkinter-gui 1 misplaced-tiles 1 dfs-cpp 1 nodejs 1 ids 1 js 1 8-puzzle-rust 1 vue 1 8-puzzle-dfs 1 vuejs 1 greedy-best-first-search 1 rust-dfs 1 moves 1 github 1 fixed-moves 1 fixed 1 8-puzzle-cpp 1 informed-search 1 uninformed-search 1 challenge 1 code 1 planning-algorithms 1 a-star-path-finding 1 jogo-dos-oito 1 algorithm 1 hill-climbing-algorithm 1 dfs-algorithm 1 comparison-between-bfs-and-dfs 1 binary-tree 1 java 1 heuristic 1 sliding-tile-puzzle 1 sliding-puzzle-game 1 sliding-puzzle 1 kathmandu-university 1 eight-puzzle-game 1 astar-search-algorithm 1 astar-pathfinding 1 astar-algorithm 1 astar 1 search-agent 1 heuristic-search 1 heuristic-algorithm 1 planning 1 algorithms-and-data-structures 1 uniform-cost-search 1 iterative-deepening-search 1 greedy-search 1 dls-search 1 dfs-search 1 ai-algorithms 1 8-puzzle-modified-version 1 pygame 1 15-puzzle-solver 1 15-puzzle-game 1 15-puzzle 1 reactjs 1