Open your terminal and follow the instructions below to install the game.
Clone the repository:
git clone https://github.com/Roiqk7/sudoku.git
Enter the repo 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
) Note: You may need to make the build script executable withchmod +x build.sh
Run the game:
./build/sudoku
All dependencies will be automatically downloaded and installed by the build script. The only dependency you need to have is git
to clone the repository. All shell commands are written for MacOS. If you are using a different operating system, you may need to adjust the commands accordingly.