An open API service indexing awesome lists of open source software.

https://github.com/fangfufu/slider-game

Sliding puzzle solver using iterative deepening best first search, implemented in Matlab.
https://github.com/fangfufu/slider-game

Last synced: 7 months ago
JSON representation

Sliding puzzle solver using iterative deepening best first search, implemented in Matlab.

Awesome Lists containing this project

README

          

# slider-game
Sliding puzzle solver using iterative deepening best first search, implemented in Matlab.

This program solve this class of puzzle: https://en.wikipedia.org/wiki/15_puzzle, the puzzle size can be arbitarily large.

Minimal recommended resolution: 1024x768

- To launch the GUI, run ``slide_game_gui``, click the number adjacent to the blank button to move the blank button around.
- To generate a puzzle, run ``gen_puzzle``.
- To solve a puzzle, run ``solve_puzzle``.

## Screenshot
![Screenshot](https://raw.githubusercontent.com/fangfufu/slider-game/master/Screenshot.png)

## License
This repository is licensed under MIT License, for more details, have a look at ``LICENSE``.