A simple game written in Flutter and Flame

heroic_haiku

This is a game powered by Flutter and Flame. It is an excercise that I did to re-learn Flutter. The game is heavily inspired by Chrome’s Dino Game.

Demo

I am impressed that the web and mobile version behave pretty much the same! It is really “write once, run everywhere”!

Build

$ flutter build web --release --dart-define=FLUTTER_WEB_USE_SKIA=true
$ flutter build android --release
$ flutter build ios --release

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Reference

Download Details:

Author: jingweno

Demo: https://jingweno.github.io/heroic_haiku/#/

Source Code: https://github.com/jingweno/heroic_haiku

#flutter #dart #mobile-apps

A simple game written in Flutter and Flame
16.10 GEEK