Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaurycannesson/flutter-flame-maze-generator
An isometric maze generator built with Flutter and Flame
https://github.com/amaurycannesson/flutter-flame-maze-generator
flame flutter isometric maze
Last synced: 3 days ago
JSON representation
An isometric maze generator built with Flutter and Flame
- Host: GitHub
- URL: https://github.com/amaurycannesson/flutter-flame-maze-generator
- Owner: amaurycannesson
- License: gpl-3.0
- Created: 2021-07-20T18:33:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T18:40:09.000Z (over 3 years ago)
- Last Synced: 2024-04-22T05:07:48.573Z (9 months ago)
- Topics: flame, flutter, isometric, maze
- Language: Dart
- Homepage: http://maze-generator-demo.s3-website.eu-west-3.amazonaws.com/
- Size: 42 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter-flame-maze-generator
An isometric maze generator built with Flutter and Flame. [Try it here.](http://maze-generator-demo.s3-website.eu-west-3.amazonaws.com/)
## Run
```
flutter run
```## Build
```
flutter build web
```