8puzzle-game
Here are 31 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
solve 8-puzzle with BFS Search
-
Updated
Apr 14, 2021 - Java
A solver to to find all the possible states of the 8-Puzzle and reach a user defined goal.
-
Updated
Jan 27, 2023 - Python
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
8Puzzle Game with different algorithms to solve it!
-
Updated
Aug 5, 2018 - C#
Visually solves a random game of 8 Puzzle using A* Algorithm and Priority Queue and demonstrate each step.
-
Updated
Apr 23, 2021 - JavaScript
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
8 Puzzle Game Solver using A*, BFS and DFS
-
Updated
Nov 18, 2022 - Python
Intelligence is the ability to acquire and apply knowledge, in an autonomous fashion. AI is the study of how to make machines intelligent like humans. The machine must think, act, behave, learn and respond to the change in its environment like a human. Making machines adaptive to their environment is the purpose of the AI.
-
Updated
Mar 6, 2021 - Java
This project creates an 8 puzzle game and solves the game.
-
Updated
Feb 6, 2023 - Java
A program to solve 8 Puzzle problem using A* search Algorithm
-
Updated
Apr 3, 2022 - Python
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."