sawyerKent / sudoku-algorithmia

This program will randomly generate a sodoku puzzle for users to solve, and it provides keys to be pressed to automatically solve the puzzle.
0 stars 0 forks source link

UI Issues #8

Open GrantErickson opened 9 months ago

GrantErickson commented 9 months ago

Thanks for the game, found a few issues.

  1. Include the step to install pygame: python -m pip install pygame
  2. Space bar doesn't seem to do anything.
  3. Putting a 1 in the 4th row of the rightmost column and pressing enter causes the app to crash.
  4. The time in the lower right is weird for single digit seconds.
  5. It seems like when I enter a correct number it crashes.
  6. The wrong feedback seems to be an X in the bottom that is cut off and the console shows 'wrong'.
GrantErickson commented 9 months ago

@sawyerKent, any help on these?

sawyerKent commented 9 months ago

@GrantErickson thanks for the feedback! I really appreciate it. I have been pretty busy with work and life but will definitely get around to fixing this and working more on it. Especially now that I know someone is using it haha. I appreciate that too! I don't have anyone helping me with this. If you have some Python experience any help is appreciated.