A 2D platformer game inspired by Super Mario Bros, built with Flame Engine and Flutter.
Jump, dodge, and collect magical stars as you guide Ember through vibrant pixel worlds filled with mystery and danger!
- 🌟 Collect stars
- 🧱 Platformer-style movement and jumping
- 👾 Enemies and obstacles to avoid
- 💥 Power-ups and effects (optional)
- 🎨 Retro pixel art style with smooth animation
- 🔥 Flame Engine
- 🐦 Flutter
- 🧪 Dart
- 🕹️ Web (HTML5)
- 💻 Windows
- 📱 Android
Screenshots from each platform
Main Menu | Gameplay | Game Over |
---|---|---|
![]() |
![]() |
![]() |
Main Menu | Gameplay | Game Over |
---|---|---|
![]() |
![]() |
![]() |
Main Menu | Gameplay | Game Over |
---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- 🔗 Web (GitHub Pages):
Play Now
-
💻 Windows (.7z):
Download for Windows v1.0.5+1 -
📱 Android (.apk):
Download for Android v1.0.5+1 -
🌐 Web build (.7z):
Download Web Build v1.0.5+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/ember-quest.git
cd ember-quest
# Get packages
flutter pub get
# Run the game (Web)
flutter run -d chrome
# Run the game (Windows)
flutter config --enable-windows-desktop
flutter run -d windows
# Run the game (Android)
flutter run -d android