Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.8 KB

README.md

File metadata and controls

50 lines (45 loc) · 1.8 KB

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