Sudoku

Similar to Turtle, this app has been through a few iterations. I was really curious how I was going to make the grid work in SwiftUI. (Update: I gather SwiftUI 2.0 now includes a grid view. ha!)

One of the big learnings in Sudoku was machine learning. Users enter digits by drawing them on the screen, and the app interprets what they draw as a digit 1 through 9.