Flutter Flame 2d Platformer Prototype

Maintained Maintaner GitHub release GitHub license View DEMO

PROJECT INFO

  • Simple Platformer based on Flutter v3.6.0
  • Flame 1.2.1, Flame tiled 1.6.0 and Flame audio 1.3.0
  • Game is properly working on Flutter Web(keyboard controls)

Features

  • Two levels
  • Collecting coins
  • Fighting with enemies
  • Settings menu
  • Audio effects and background music

Demo

Flutter Flame 2d Platformer

Installing:

1) Clone this repo to your folder:

git clone https://github.com/extrawest/flutter_flame_platformer_prototype.git

2. Change current directory to the cloned folder:

cd flutter_flame_platformer_prototype

3) Get packages

flutter pub get

Deploy

  1. In order to add new build to Firebase hosting, follow these commands
firebase login
firebase init
  1. Choose account, then choose Firebase Hosting option
  2. Select Firebase project
  3. Run:
flutter build web
firebase deploy

Created by Roman Ovsepian Extrawest.com, 2022


GitHub

View Github