15puzzle is a simple console program written in both C and C++ which simulates the familiar 15-slider game.
- Source code of the 15 puzzle in C
oneFIVE.c
- Executable of the above source code
oneFIVE.exe
- A sample statistics file
file0
foroneFIVE.exe
- Source code of the 15 puzzle in C++
oneFIVE++.cpp
- Executable of the above source code
oneFIVE++.exe
- A sample statistics file
file9
foroneFIVE++.exe
IMPORTANT The sample stats file of one program may work with the other program, but only after renaming it appropriately.
The source code is well commented for understandability.
Features coming IN DISTANT FUTURE
- ✔️
Multithreading (See Issues)Fixed as of 1.0.0731 - Flexible board size (3x3,5x5)
- Having the computer solve any given puzzle