Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mecaneer23/slide-puzzle
Move tiles around to solve the puzzle!
https://github.com/mecaneer23/slide-puzzle
Last synced: about 2 months ago
JSON representation
Move tiles around to solve the puzzle!
- Host: GitHub
- URL: https://github.com/mecaneer23/slide-puzzle
- Owner: mecaneer23
- License: mit
- Created: 2022-02-14T06:06:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:55:21.000Z (8 months ago)
- Last Synced: 2024-05-16T06:46:24.956Z (8 months ago)
- Language: Python
- Homepage: http://mecaneer23.net/slide-puzzle/
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slide Puzzle
A simple puzzle game where the player moves tiles around until they form a list in sequence. The player can move into the open space using the arrow keys or wasd.
Good luck and have fun!
## Running
There are a few different ways to run this game. It can be run in a [gui](tk_slide_puzzle.py), or in a [browser](index.html), or in the [terminal using curses](curses_slide_puzzle.py) or just [command line input](SlidePuzzle.java).