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: about 1 year ago
JSON representation

An isometric maze generator built with Flutter and Flame

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
```