Implementing a Sudoku game using Flutter and NodeJS, with autosolve feature
- Choosing numbers in the grid
- Reset grid
- Solution checking
- Autosolve
- Auto initial grid
- First, set up the server
node node-js-sudoku/server.js
- Second, run the app on an Emulator
flutter emulators --launch EMULATOR_NAME
flutter run