Skip to content

Mano176/sudoku_flutter_app

Repository files navigation

GitHub release GitHub top language repository size GitHub Repo stars

A simple Sudoku app written in Flutter, with the following features

  • 🛠️ Sudoku generation
    • with different difficulty levels
  • ✅ Sudoku solving
  • ✏️ note-mode for writing down possible cell values
  • ↩️ undo-button for undoing previous moves
  • ❌ eraser-button for deleting cell values
  • 💾 saving the game's state for continuing at a later time
  • ⏱️ timer for tracking the time needed to solve the Sudoku
  • 🌙 dark and light mode

start screen
Start screen

error detection
Error detection

marking
Marking clicked row, column, square and cells with the same value

dark mode
Dark mode

note mode
Note mode

win screen
Win screen