Flutter Hack20 Submission
This app, or more of a game, is a DOOM-like game in which monsters resembles coronavirus. The game is using AR, so player can interract with their surrounding while busting up the viruses. At this initial version, the viruses will only appear within 180 degrees in front of player (left to right).
Prerequisites:
- Real android device (I don't think emulator will work) that supports AR Core (update: maybe it does, see here)
- Flutter installation
- IDE of your choice (optional)
Once you fulfill the prerequisites, you can just install using flutter debug / flutter run (or the equivalent commands in your IDE of choice).
- Weird interraction between
arcore_flutter_plugin
andgoogle_sign_in
, thus I cannot use Google sign in and instead opted to anonymous sign in at the moment.
- Add loaders
- Add feature discovery
- Smoother and more consistent interraction
Will be updated once publishing is completed.