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.
- Host: GitHub
- URL: https://github.com/fangfufu/slider-game
- Owner: fangfufu
- License: mit
- Created: 2018-06-26T16:15:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T19:37:49.000Z (over 7 years ago)
- Last Synced: 2025-01-26T17:47:18.633Z (8 months ago)
- Language: Matlab
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## License
This repository is licensed under MIT License, for more details, have a look at ``LICENSE``.