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: about 1 year 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T18:40:09.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T22:06:58.749Z (about 1 year ago)
- Topics: flame, flutter, isometric, maze
- Language: Dart
- Homepage: http://maze-generator-demo.s3-website.eu-west-3.amazonaws.com/
- Size: 42 KB
- Stars: 6
- 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
```