/Sudoku-Pygame

A game created with Pygame, which has a backtracking algorithm behind it.

Primary LanguagePython

How to use:

  1. Install Pygame library (pip install pygame)
  2. Place the files in the same directory
  3. Run game.py

---------------------------------------------

How to play:

* Use the numbers on the keyboard to place a temporary value in a box. It will not be sent and can be modified at any time

* To send a value from a box press ENTER or Right Click.

* To delete a temporary value from a box, press BACKSPACE or Scroll Wheel

* After 5 mistakes, the game will be over