Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 459 Bytes

15-Puzzle

Simple 15-Puzzle game written in C++ language. Control using arrow keys.
This might not work on every machine though because it's assumed the arrow keys will send a specific stream of input.
If the arrow keys send a different sequence, it should not work.

Note:
The shuffle function imitates human's manual shuffle. Thus, the longer 'Shuffle' is hold, the better the shuffle result.

Demonstration video: https://youtu.be/T3zlJ4RLoUs