Skip to content

Latest commit

 

History

History

Sliding Puzzle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sliding Puzzle

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Sliding Puzzle is a game where you start with a randomized NxN board that has one empty space in place of a tile. Tiles adjacent to the empty space may be slid into the empty space. You goal is to get all tiles in least-to_greatest order and the empty space in the lower right corner.

  ╔═════════════╗
  ║ 05 09 02 14 ║
  ║ 03 10    08 ║
  ║ 07 15 01 11 ║
  ║ 12 13 06 04 ║
  ╚═════════════╝

Input

  • 1, 2, and 3: choose options in the menu
  • , , , , W, A, S, D: slide tiles into the empty space
  • enter: return to menu after solving a puzzle
  • escape: return to menu or exit game

Downloads

win-x64

linux-x64

osx-x64