Skip to content

dask-58/15.puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make sure you have the following installed.

  • You have installed CMake (version 3.10 or later)
  • You have installed SFML (version 2.5 or later)
  • You have a C++17 compatible compiler

Installation

On Unix-like systems (Linux, macOS)

  1. Clone the repository:

       git clone https://github.com/dask-58/15.puzzle.git
       cd 15.puzzle
  2. Run the installation script:

     ./install.sh

    This script will build and install the game for you.

On Windows

  1. Clone the repository:

       git clone git clone https://github.com/dask-58/15.puzzle.git
       cd 15.puzzle
  2. Create a build directory:

       mkdir build
       cd build
  3. Configure the project:

       cmake ..
  4. Build the project:

       cmake --build .
  5. Install the project:

       cmake --install .