Welcome to Sudoku Game! This is a simple yet addictive game that will challenge your logical thinking and problem-solving skills. Whether you're a Sudoku enthusiast or new to the game, you'll find hours of enjoyment here.
- Various Difficulty Levels: Choose from easy, medium, or hard difficulty levels to suit your skill level.
- Sudoku Solver: Solves the empty or partially filled Sudoku boards.
- Sudoku Generator:Generates Sudoku Pattern for playing Sudoku Game.
Sudoku is a number-placement puzzle where the objective is to fill a 9x9 grid with digits so that each column, each row, and each of the nine 3x3 subgrids contains all of the digits from 1 to 9.
To play the game:
- Select an empty cell.
- Choose a number from the available options.
- Place the number in the selected cell.
- Continue filling the grid until all cells are filled, adhering to Sudoku rules.
To run Sudoku Game on your local machine, follow these steps:
- Clone the Repository: git clone https://github.com/mythrhyth/sudoku.git
- Navigate to the Directory: cd sudoku
- Compile the Code: gcc sudoku.c -o sudoku
- Run the Game: ./sudoku
If you find any issues or have suggestions for improvements, feel free to contribute! Fork the repository, make your changes, and submit a pull request. We welcome any contributions that will make Sudoku Game even better for our players.
Have questions or feedback? Feel free to reach out to us at [email protected]. We'd love to hear from you!