Skip to content

mowalid05/Sudoku-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Game

This is a simple Sudoku game implemented in Python using the Pygame library.

Features

  • Interactive Sudoku board
  • Timer to track how long you've been solving the puzzle
  • Mistake counter to keep track of your errors
  • Color-coded numbers for easy identification

Installation

  1. Clone this repository: git clone https://github.com/mowalid05/Sudoku-game.git
  2. Navigate to the project directory: cd sudoku_game
  3. Install the required Python packages: pip install -r requirements.txt

Usage

Run the game with the following command: python runner.py

Controls

  • Click on a square to select it.
  • Use the arrow keys to move the selection.
  • Type a number to add it to the selected square.
  • Press the backspace key to delete the number from the selected square.
  • Press the enter key to check if the number in the selected square is correct.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages