Add TODOs
parent
0c28898b8c
commit
8f4cb3a110
|
@ -1,3 +1,5 @@
|
||||||
|
# TODO: Generator currently does not produce unique puzzle, requires rewrite possibly
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Module that generates a valid Sudoku Puzzle
|
Module that generates a valid Sudoku Puzzle
|
||||||
Credits for Generator: http://zhangroup.aporc.org/images/files/Paper_3485.pdf
|
Credits for Generator: http://zhangroup.aporc.org/images/files/Paper_3485.pdf
|
||||||
|
|
3
main.py
3
main.py
|
@ -1,3 +1,6 @@
|
||||||
|
# TODO: Add a scribble function
|
||||||
|
# TODO: Add keyboard support
|
||||||
|
|
||||||
from PyQt5.QtGui import QPainter, QBrush
|
from PyQt5.QtGui import QPainter, QBrush
|
||||||
from PyQt5.Qt import QApplication
|
from PyQt5.Qt import QApplication
|
||||||
from PyQt5.QtWidgets import QGraphicsScene, QGraphicsView, QGraphicsWidget, QGraphicsLinearLayout
|
from PyQt5.QtWidgets import QGraphicsScene, QGraphicsView, QGraphicsWidget, QGraphicsLinearLayout
|
||||||
|
|
Loading…
Reference in New Issue