Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions guiapp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# guiapp.py
# this is a program to solve sudoku
import pygame
import time
pygame.font.init()
Expand Down Expand Up @@ -319,8 +320,8 @@ def main():
board.sketch(key)

redraw_window(win, board, play_time, strikes)
pygame.display.update()
pygame.display.update()


main()
pygame.quit()
pygame.quit() #to quit the game