You can play this game in your browser:
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 ║
╚═════════════╝
1
,2
, and3
: choose options in the menu↑
,↓
,←
,→
,W
,A
,S
,D
: slide tiles into the empty spaceenter
: return to menu after solving a puzzleescape
: return to menu or exit game