/flutter_mazegen

Moving some old C++ over to generate a maze in Flutter

Primary LanguageJavaScript

Flutter Mazegen

Flutter Mazegen is a project to generate mazes in Flutter.

After Bob's dungeon generator post appeared on my "news" feed (only 5 years later : ), I was inspired to dust off some old C++ code and make it run on Flutter. It should work on Windows, Mac, Android, iOS and web.

Enjoy!

Usage

$ flutter packages get
$ flutter run -d <Android device>|<iOS device>|windows|macos|chrome

Demo

Click here to run app in your browser right now!