8-Puzzle game, solvable using A*
-
Updated
Jul 9, 2018 - Python
8-Puzzle game, solvable using A*
8Puzzle Game with different algorithms to solve it!
Problem solving to practice various algorithms and data structures. Code implemented in Python
Popular algorithms used in path planning of robotics
solving 8 Puzzle with A*, Recursive Best First Search and BFS
The A* algorithm applied to 8 Puzzle game
Solving 8-Puzzle using A* Algorithm
Resolvedor do Pacmaze utilizando Inteligência Artificial
Resolvedor do 8-puzzle utilizando Inteligência Artificial com Aprendizado por Reforço (QLearning)
Implemented the projects in this repo as a part of course CS 6364 at UT Dallas
Solving 8-puzzle problem with search algorithms
8 Puzzle problem solution with A* algorithm, BFS, and DFS.
solve 8-puzzle with BFS Search
an 8 puzzle game with an ability to solve 8-puzzle-problem up to 10 Vertical-Horizontal move of no number plate.
Visually solves a random game of 8 Puzzle using A* Algorithm and Priority Queue and demonstrate each step.
Faramira Games is a collection of 2D games built as tutorials for learning game development. These are classic 2D games.
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.
Add a description, image, and links to the 8puzzle-game topic page so that developers can more easily learn about it.
To associate your repository with the 8puzzle-game topic, visit your repo's landing page and select "manage topics."