From 8f4cb3a11080ffa14b191678765cfdecc98d148b Mon Sep 17 00:00:00 2001 From: En Yi Date: Fri, 20 Jul 2018 19:39:46 +0800 Subject: [PATCH] Add TODOs --- gameplay/Sudoku_Generator.py | 2 ++ main.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/gameplay/Sudoku_Generator.py b/gameplay/Sudoku_Generator.py index 0a979fc..ed920d1 100644 --- a/gameplay/Sudoku_Generator.py +++ b/gameplay/Sudoku_Generator.py @@ -1,3 +1,5 @@ +# TODO: Generator currently does not produce unique puzzle, requires rewrite possibly + """ Module that generates a valid Sudoku Puzzle Credits for Generator: http://zhangroup.aporc.org/images/files/Paper_3485.pdf diff --git a/main.py b/main.py index 98f5160..7418dec 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,6 @@ +# TODO: Add a scribble function +# TODO: Add keyboard support + from PyQt5.QtGui import QPainter, QBrush from PyQt5.Qt import QApplication from PyQt5.QtWidgets import QGraphicsScene, QGraphicsView, QGraphicsWidget, QGraphicsLinearLayout