Simple game of Sudoku implemented in C++ using the SFML library.
Clone the repository:
git clone https://github.com/Roiqk7/sudoku.git
Enter the directory:
cd sudoku
Build the project:
./build.sh (dev) (test)
dev
- build the project in development modetest
- build the tests for the project (then run them with./build/test
)
Run the game:
./build/sudoku
For more information, see the installation document.
Feel free to contribute to the project. For more information, see the development document and the dev log.