Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.58 KB

File metadata and controls

43 lines (31 loc) · 1.58 KB

defend_the_donut

Everyone knows donuts are the most precious things in the Universe. However, our despicable enemies from the Empire are seeking to destroy such a beloved treasure. It's up to you to defend your donut from the Empire's ships. How long can you keep up?

image

How to play

  • Move the ship with WASD
  • Move the camera with the mouse
  • Left click to shoot (generates heat)
  • Shift to boost (consumes energy)
  • (TODO): locking
  • (TODO): look around

Setup

In order to run, you will need to follow the pre-requisites for setting up flame_3d; notably:

Enable Impeller by adding the following key to /macos/Runner/Info.plist:

<dict>
    ...
 <key>FLTEnableImpeller</key>
 <true/>
</dict>

And then run with:

flutter run -d macos --enable-flutter-gpu

Credits