added keyboard input for cells when not in noteMode. noteMode is toggled with a right mouse click, and cells can be selected with left click

This commit is contained in:
Josh Ashton
2024-03-24 15:44:33 -06:00
parent e821ffa24b
commit 56f4fed7bc
7 changed files with 331 additions and 222 deletions
-2
View File
@@ -1,8 +1,6 @@
package gui.backend;
import java.util.ArrayList;
import gui.Cell;
/**
* The SudokuChecker class is responsible for calculating the solution to
* a given Sudoku puzzle.