Soduku Game / Developed using C and SDL2.0
-
Updated
Mar 15, 2024 - C
Soduku Game / Developed using C and SDL2.0
This project is done for the course of OS, in which pthreads are used to validate the solution of the puzzle. Moreover the game has 3 difficulty levels based upon the number of empty spaces on board. In the validator, total 11 threads are created. 1 for rows, 1 for columns and 9 for 9 grids of 3x3 cells. The major focus was on use of threads for…
Add a description, image, and links to the soduku-validator topic page so that developers can more easily learn about it.
To associate your repository with the soduku-validator topic, visit your repo's landing page and select "manage topics."