A Sudoku game implementation using SFML graphics library.
- CMake 3.10 or higher
- C++17 compatible compiler
- SFML 2.5 or higher
# Create a build directory
mkdir build && cd build
# Configure the project
cmake ..
# Build the project
cmake --build .src/- Source filesinclude/- Header filesresources/- Game resourcesaudio/- Sound effects and music filesfonts/- Font filesimages/- Image assetsgame/- In-game graphics (board, numbers, icons)menu/- Menu and UI graphics
build/- Build output directory
After building, you can run the game from the build directory:
./SudokuThis project is licensed under the MIT License - see the LICENSE file for details.