CLI version of a square sliding puzzle
git clone https://github.com/mashimycota/slideypuzzle.git
make
./slidey [# of rows & columns (2-16)]
Requires ncursesw:
sudo apt-get install libncursesw5-dev
wasd Movement keys
q Quit the current game
r Start a new game
This project is licensed under the MIT license, refer to LICENSE for details.