Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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).