GitHub topics: 8puzzle-game
shamim-akhtar/faramira
Faramira Games is a collection of 2D games built as tutorials for learning game development. These are classic 2D games.
Language: C# - Size: 109 MB - Last synced at: 6 days ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

ap-atul/8-Puzzle
8 Puzzle problem solution with A* algorithm, BFS, and DFS.
Language: Python - Size: 25.4 KB - Last synced at: 24 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

mralwaleed/8-Puzzle-solved-by-BFS
solve 8-puzzle with BFS Search
Language: Java - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

pri1311/Dyce-and-Dyne
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 vehicle routing problem or the TSP using genetic algorithm.
Language: EJS - Size: 50.8 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

FerasBarahmeh/8-Puzzle
Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

murtaza98/8-puzzle-problem
8 puzzle problem simulation.
Language: Python - Size: 744 KB - Last synced at: 6 days ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 7

ReaVNaiL/8-Puzzle-Solver
8 Puzzle Problem Mapping into Search. Using A* Algorithm to find the Shortest path.
Language: JavaScript - Size: 517 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

maktoobgar/8_puzzle_godot
an 8 puzzle game with an ability to solve 8-puzzle-problem up to 10 Vertical-Horizontal move of no number plate.
Language: GDScript - Size: 141 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

sahith/AI
Implemented the projects in this repo as a part of course CS 6364 at UT Dallas
Language: Java - Size: 141 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

iamMHZ/AI 📦
Solving 8-puzzle problem with search algorithms
Language: Python - Size: 59.6 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

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: 29 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

joaoaab/8Puzzle
8Puzzle Game with different algorithms to solve it!
Language: C# - Size: 107 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

bharadwaj-chukkala/8-Puzzle-Solver-using-BFS-Algorithm
A solver to to find all the possible states of the 8-Puzzle and reach a user defined goal.
Language: Python - Size: 434 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jaretkadlec/8-Puzzle-Project
This project creates an 8 puzzle game and solves the game.
Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

ahmedsakrs/8-Puzzle-Game
8 Puzzle Game Solver using A*, BFS and DFS
Language: Python - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

cocolico14/8Puzzle
solving 8 Puzzle with A*, Recursive Best First Search and BFS
Language: Java - Size: 588 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

anas40/8PuzzleSolver
Visually solves a random game of 8 Puzzle using A* Algorithm and Priority Queue and demonstrate each step.
Language: JavaScript - Size: 338 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Ab-Rehman99/8-Puzzle-Problem-solving-using-A_star-Algorithm
A program to solve 8 Puzzle problem using A* search Algorithm
Language: Python - Size: 117 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

adityajn105/8-Puzzle-using-A-
8-Puzzle game, solvable using A*
Language: Python - Size: 5.86 KB - Last synced at: 16 days ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 3

Bombo01/Puzzle-solver
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
Language: Java - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

epr-ds/8Puzzle
The A* algorithm applied to 8 Puzzle game
Language: C++ - Size: 66.4 KB - Last synced at: 3 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sgteja/Path-Planning
Popular algorithms used in path planning of robotics
Language: Python - Size: 28.8 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

junthbasnet/8-Puzzle-Game-using-AStar-Algorithm
Solving 8-Puzzle using A* Algorithm
Language: Python - Size: 160 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

LucasCorsi1/8Puzzle-Game
Jogo do 8 , Objetivo utilizar busca em largura BFS , para identificar melhor possibilidade de solução, desenvonvido em Windows Forms
Language: C# - Size: 19.5 KB - Last synced at: 15 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ozgurOdun/vbm688_hw01
Language: Go - Size: 758 KB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

SaurabhJ93/Python-practice---Algo-and-DS
Problem solving to practice various algorithms and data structures. Code implemented in Python
Language: Python - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

itsjwala/8puzzle
AI 8 puzzle problem using A* search
Language: Python - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
