Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 443 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 443 Bytes

Description
Sudoku player and solver that comes with both a GUI and CLI.

Developers
Colman Koivisto
Duncan Krammer
Khrystina Vrublevska

Glossary
Section - 3x3 sub square on the board (indexed row by row)
Index - Integer index of a cell. (Indexed row by row)
Label - Another way to get a cell. Format: A0, B3, etc.
(Letters are columns, numbers are rows)