Flutter Flame 2d Platformer Prototype
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
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
- In order to add new build to Firebase hosting, follow these commands
firebase login
firebase init
- Choose account, then choose Firebase Hosting option
- Select Firebase project
- Run:
flutter build web
firebase deploy
Created by Roman Ovsepian Extrawest.com, 2022