This is a small slide puzzle. The console manipulations are windows specific but can be easily replaced with curses or some other console manipulating lib.
- Clone this repo on windows
- Compile with
g++ main.cpp -o main.exe - Run with
./main.exeon CMD or PSH
There is room for some novel feature like
- improving animations
- adding more styling to the interface
- adding in a little windows programming such as messageboxes to get input
- adding timer ⏲