Add TODOs

master
En Yi 2018-07-20 19:39:46 +08:00
parent 0c28898b8c
commit 8f4cb3a110
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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