8puzzle-game
Here are 32 public repositories matching this topic...
Faramira Games is a collection of 2D games built as tutorials for learning game development. These are classic 2D games.
-
Updated
Jul 9, 2021 - C#
solving 8 Puzzle with A*, Recursive Best First Search and BFS
-
Updated
Oct 18, 2019 - Java
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
Solving 8-puzzle problem with search algorithms
-
Updated
Nov 20, 2020 - Python
8 Puzzle Problem Mapping into Search. Using A* Algorithm to find the Shortest path.
-
Updated
Jan 27, 2023 - JavaScript
8 Puzzle problem solution with A* algorithm, BFS, and DFS.
-
Updated
Jan 30, 2021 - Python
Popular algorithms used in path planning of robotics
-
Updated
Jun 7, 2019 - Python
8-Puzzle game, solvable using A*
-
Updated
Jul 9, 2018 - Python
8Puzzle Game with different algorithms to solve it!
-
Updated
Aug 5, 2018 - C#
A solver to to find all the possible states of the 8-Puzzle and reach a user defined goal.
-
Updated
Jan 27, 2023 - Python
solve 8-puzzle with BFS Search
-
Updated
Apr 14, 2021 - Java
Visually solves a random game of 8 Puzzle using A* Algorithm and Priority Queue and demonstrate each step.
-
Updated
Apr 23, 2021 - JavaScript
an 8 puzzle game with an ability to solve 8-puzzle-problem up to 10 Vertical-Horizontal move of no number plate.
-
Updated
Apr 21, 2021 - GDScript
Problem solving to practice various algorithms and data structures. Code implemented in Python
-
Updated
Apr 7, 2019 - Python
8 Puzzle Game Solver using A*, BFS and DFS
-
Updated
Nov 18, 2022 - Python
Dyce&Dyne is a modern-day food ordering website. Instead of the traditional PROMO Code technique, we introduce games & quizzes. A user can play games and earn rewards in the ratio of their respective score. The games are 8 Puzzle and connect4. Algorithms like minimax with alpha-beta pruning, A* are used for these games. We have also solved the v…
-
Updated
Nov 24, 2021 - EJS
Finding all the possible states of the 8-Puzzle starting from the given initial state until the goal node is reached. States being unique. •Using the initial state of the puzzle, performing different moves in all the directions to generate new states. Using BFS to reach the goal. Back tracking for solving the problem
-
Updated
Mar 9, 2023 - Python
Resolvedor do Pacmaze utilizando Inteligência Artificial
-
Updated
Feb 22, 2020 - Python
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
-
Updated
Dec 13, 2021 - Java
Improve this page
Add a description, image, and links to the 8puzzle-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 8puzzle-game topic, visit your repo's landing page and select "manage topics."