Skip to content

royarg02/15puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15puzzle

15puzzle is a simple console program written in both C and C++ which simulates the familiar 15-slider game.

Screenshots







The contents of this repo

  • Source code of the 15 puzzle in C oneFIVE.c
  • Executable of the above source code oneFIVE.exe
  • A sample statistics file file0 for oneFIVE.exe
  • Source code of the 15 puzzle in C++ oneFIVE++.cpp
  • Executable of the above source code oneFIVE++.exe
  • A sample statistics file file9 for oneFIVE++.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

Releases

No releases published

Packages

No packages published