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

adding functionality for the Cube and Grid classes #1

Closed sawyerKent closed 1 year ago

sawyerKent commented 1 year ago

adding functionality to the Cube and Grid classes by adding logic to class methods and creating helper functions.