π
KU
SUDFOSS Sudoku! What else needs be said?
Features
- Play Sudoku!
- Markup where numbers could go.
- Highlight numbers to better examine the board.
- Validate the current board to find mistakes.
- Smooth and sleek animations.
- Full theming support.
- Local leaderboard to track your best times per difficulty.
- Auto-save the game so you can pick back up where you left off.
- Fully Free and Open Source Software!
How to run
Android
Download and install the APK. It should run with no problems.
Linux
Run the sudoku
binary. You may need to mark it as executable first.
Web
Serve the folder as an HTTP server. I used simple-http-server
from the AUR, though any should work.
NOTE: This app was designed for the mobile form factor. Make sure the window is sufficiently tall and thin to accomodate the game, or it won't look right!
Building
Clone the repository, run flutter pub get
, and run one of the following:
- Android:
flutter build apk
- Linux:
flutter build linux --release
- Web:
flutter build web
- iOS and macOS (untested): it's possible, but more complicated. See the Flutter wiki for details.
- Microsoft Windows (untested, unsupported):
flutter build windows
You will find the build output inside your platform's folder within ./build/
. All contributions are welcome!
Dedicated to you (you know who you are!).