A classic Solitaire card game built with Flutter and Flame, playable on Web, Android, and Windows.
Klondike Game is a modern take on the classic Solitaire game, developed using the Flame game engine in Flutter. It offers smooth gameplay, responsive animations, and a familiar card-stacking challenge across multiple platforms—Web, Android, and Windows Desktop.
- Game Engine: Flame
- Framework: Flutter
- Platform Support: Web, Android, Windows
- Language: Dart
- Flutter SDK:
v3.29.0
- Dart SDK:
v3.7.0
- 🃏 Classic Klondike Solitaire rules
- 🖱️ Drag-and-drop card interaction
- 🧠 Auto-move and hints (planned)
- 🎨 Smooth animations with Flame engine
- 📱 Cross-platform support
- 💾 Lightweight and offline-capable
Screenshots from each platform
Main Menu | Gameplay | Completed Game |
---|---|---|
![]() |
![]() |
![]() |
Main Menu | Gameplay | Completed Game |
---|---|---|
![]() |
![]() |
![]() |
Main Menu | Gameplay | Completed Game |
---|---|---|
![]() |
![]() |
![]() |
- 🔗 Web (GitHub Pages):
Play Now
-
💻 Windows (.7z):
Download for Windows v1.0.7+1 -
📱 Android (.apk):
Download for Android v1.0.7+1 -
🌐 Web build (.7z):
Download Web Build v1.0.7+1
You can also find all versions in the Releases Page
- Flutter SDK
v3.29.0
- Dart SDK
v3.7.0
# Clone the repo
git clone https://github.com/omnitechphilippines/klondike-game.git
cd klondike-game
# Get packages
flutter pub get