Simple sudoku TUI app written in rust with visual solver.
- Handle when game is complete
- Add menu when app loads to select game
- Refactor the tui and add window titles, better help etc
- Add sudoku game grid data and read from this in menu to select game
- Persist Game data
- Add import tool for extra game grids
- Support different grid sizes in UI