Skip to content

Navneetanavie/sudoko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sudoku Game in C

This is a simple implementation of the classic Sudoku game in C. The game provides a command-line interface for playing Sudoku puzzles.

Features

  • Generate random Sudoku puzzles.
  • Play Sudoku puzzles using the command-line interface.
  • Check the validity of your moves and the completion of the puzzle.
  • Choose from different difficulty levels.

Getting Started

Prerequisites

To compile and run this program, you need to have a C compiler installed on your system. You can use GCC (GNU Compiler Collection) or any other compatible compiler.

Compilation

  1. Clone this repository to your local machine.

  2. Navigate to the repository's directory.

  3. Open your terminal or command prompt.

  4. Compile the program using the following command:

    gcc sudoku.c -o sudoku
    

About

The Sudoko Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages