https://github.com/extrawest/flutter_flame_platformer_prototype
Flutter Flame 2d Platformer Prototype
https://github.com/extrawest/flutter_flame_platformer_prototype
dart demo extrawest flame flame-engine flutter flutter-web game platformer web
Last synced: about 2 months ago
JSON representation
Flutter Flame 2d Platformer Prototype
- Host: GitHub
- URL: https://github.com/extrawest/flutter_flame_platformer_prototype
- Owner: extrawest
- Created: 2022-11-14T14:01:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T12:11:09.000Z (over 2 years ago)
- Last Synced: 2025-03-30T17:46:37.969Z (2 months ago)
- Topics: dart, demo, extrawest, flame, flame-engine, flutter, flutter-web, game, platformer, web
- Language: Dart
- Homepage: https://simpleplatformer-d9ef7.web.app/
- Size: 4.99 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Flame 2d Platformer Prototype
[](https://github.com/extrawest/flutter_flame_platformer_prototype/graphs/commit-activity)
[](mailto:[email protected])


[](https://simpleplatformer-d9ef7.web.app)## 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](https://simpleplatformer-d9ef7.web.app/)
### 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
```shell
firebase login
```
```shell
firebase init
```
2. Choose account, then choose Firebase Hosting option
3. Select Firebase project
4. Run:
```shell
flutter build web
```
```shell
firebase deploy
```Created by Roman Ovsepian [Extrawest.com](https://www.extrawest.com), 2022
---