8-puzzle-game
Here are 22 public repositories matching this topic...
Language:All
Sort:Most stars
Using heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle
- Updated
Oct 12, 2021 - Python
8 Puzzle solver using uninformed and informed search algorithms as DFS, BFS and A*.
- Updated
Nov 11, 2022 - Python
🕹 Algoritmo que resolve o jogo dos oito por busca em profundidade(sem estados visitados), busca em largura(com estados visitados), busca gulosa(com estados visitados) e busca a*(com estados visitados). Podendo mostrar passo a passo das escolhas dos nós e mostrando a árvore resultante(até um certo limite ou completa) do método de busca selecionado.
- Updated
Dec 10, 2020 - Python
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.
- Updated
Jul 26, 2021 - Python
AI solver for the clasic N-puzzle Game with UI using raylib
- Updated
Oct 24, 2023 - C
🔢 🎮🕹 Implementação dos algoritmos de busca no problema do jogos dos 8 números.
- Updated
Apr 8, 2023 - Python
- Updated
May 5, 2021 - Python
8 puzzle and 15 puzzle game using Backtracking algorithm
- Updated
Feb 28, 2022 - Python
A simple project to implement A* algorithm.
- Updated
Feb 17, 2022 - JavaScript
Trabalho de Inteligência Artifical - UFPI
- Updated
Dec 10, 2020 - C#
8-puzzle implementation in Python using State space search algorithms
- Updated
Jul 30, 2024 - Python
Numeric 8 Puzzle in pygame
- Updated
Aug 15, 2021 - Python
Solving TACI 8-Puzzle using heuristic search
- Updated
Aug 22, 2023 - C++
A classic 8-puzzle game built in Python. Slide numbered tiles to achieve the target configuration. Fun for players of all levels!
- Updated
Aug 18, 2024 - Python
Informed and Uninformed search algorithms.
- Updated
Jan 26, 2025 - TeX
Auto slove 8-puzzle ploblem
- Updated
May 4, 2023 - C#
Implementation of A* search algorithm for the 8 puzzle 🎮
- Updated
Aug 21, 2020 - Processing
8-puzzle-game made with pygame and use A* to solve the game
- Updated
May 21, 2024 - Python
Improve this page
Add a description, image, and links to the8-puzzle-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the8-puzzle-game topic, visit your repo's landing page and select "manage topics."