The Endless Jungle is Flutter-based mobile game using the Flame Engine by Flutter. It is based strictly on DevKage's YouTube series tutorial on making a 2D Endless Runner Mobile Game Game with Flame and Flutter. Though in my version, I hope to make improvements in the UI.
To build and run the game on your own device:
# Clone the repository
git clone https://github.com/PakYouMu/endless_runner.git
# Download the required dependencies
flutter pub get
# Build the app with the icon
flutter pub run flutter_launcher_icons:main
# Build and run the app
flutter run
---