Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 513 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 513 Bytes

SUDOKU-GUI

A sudoku solving game with inbuilt solving feature.

Pre-requisites:

  • python 3.5 or 3.6
  • pygame 1.9.6
 $ py -m pip install -U pygame --user

Installing required python dependencies

  • Clone this repository onto your system
$ git clone https://github.com/thesarthakjain/sudoku-gui

Directions to run

  • Run the following command in the project directory:
$ python game.py