Skip to content

Roiqk7/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Simple game of Sudoku implemented in C++ using the SFML library.

Installation

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 mode
  • test - build the tests for the project (then run them with ./build/test)

Run the game:

./build/sudoku

For more information, see the installation document.

Development

Feel free to contribute to the project. For more information, see the development document and the dev log.