Bryce-Leung /
15-Puzzle-Solver
Program utilizing an A* algorithm with various heuristics to solve nxn sliding puzzles. Outputting the steps required to solve the puzzle into txt files.
Loading repository data…
ys1998 / repository
A program to find a step-by-step solution to any UnblockMe puzzle, given the initial arrangement of blocks
A program to find a step-by-step solution to any Unblock Me puzzle, given the initial arrangement of blocks.
Download or clone the repository to your machine. cd into the directory and then open the terminal.
Type the following command in the terminal to compile the source code:
bash configure.sh
Then type this command to run the program:
bash run.sh
Implementing auto-detection of blocks from image captured through webcam and feeding the detected information directly to the solver
Selected from shared topics, language and repository description—not editorial ratings.
Bryce-Leung /
Program utilizing an A* algorithm with various heuristics to solve nxn sliding puzzles. Outputting the steps required to solve the puzzle into txt files.
shreypdev /
A java program that reads the initial configuration of the tiles from a data file (for formatting see the sample data file below - zero indicates empty), determines using BFS whether there is a solution and the minimum number of moves to reach the solution.
felicia-walker /
This is my repository of various programs I have written in Java and Python. Most are related to puzzle solving with a focus on solving particular puzzles from various puzzle competitions.
yi-guo /
A Java program to solve the bucket puzzle.
andjf /
Small program to solve a 3x3 sliding tile puzzle game
jyzeng17 /
A Java program to solve 15-puzzle with a GUI