Soduku Game / Developed using C and SDL2.0
-
Updated
Mar 15, 2024 - C
Soduku Game / Developed using C and SDL2.0
"Sudoku-game (Public)" is a web-based Sudoku puzzle built with HTML, CSS (Style_sudoku.css), and JavaScript (script_sudoku.js). Last updated a year ago with 4 commits. A clean implementation for learning front-end logic and game development.
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."