The classic slide (15) puzzle in Dart and Flutter
179
stars
185
commits
Dart
primary language
Sep 2, 2026
updated
A slide (15) puzzle implemented in Dart and Flutter.
Live Demo: https://kevmoo.github.io/slide_puzzle/
_PuzzleSmart
backed by a Uint32List packed into 4-bit nibbles for zero-allocation state
transitions._PuzzleSimple (Uint8List).# Run locally in Chrome
flutter run -d chrome
# Run test suite
flutter test
# Run tests with coverage
flutter test --coverage
Dart
76.3%
C++
11.5%
CMake
8.5%
Ruby
1.5%
The classic slide (15) puzzle in Dart and Flutter
179
stars
185
commits
Dart
primary language
Sep 2, 2026
updated
A slide (15) puzzle implemented in Dart and Flutter.
Live Demo: https://kevmoo.github.io/slide_puzzle/
_PuzzleSmart
backed by a Uint32List packed into 4-bit nibbles for zero-allocation state
transitions._PuzzleSimple (Uint8List).# Run locally in Chrome
flutter run -d chrome
# Run test suite
flutter test
# Run tests with coverage
flutter test --coverage
Dart
76.3%
C++
11.5%
CMake
8.5%
Ruby
1.5%