Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudeepdino008/slide-puzzle
GUI for the famous slide puzzle game
https://github.com/sudeepdino008/slide-puzzle
Last synced: 3 days ago
JSON representation
GUI for the famous slide puzzle game
- Host: GitHub
- URL: https://github.com/sudeepdino008/slide-puzzle
- Owner: sudeepdino008
- Created: 2014-10-15T19:13:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T19:17:39.000Z (over 10 years ago)
- Last Synced: 2024-11-16T08:30:47.616Z (2 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solution to the famous slide puzzle game.
Uses A* algorithm implemented in c++ to find the solution.
The GUI is implemented in pygame library in python.Installation:
Need pygame library. Run python slidinggame.py to start puzzle.