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?
- 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
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
- Speeder/Enemy Ships from Kenney's Space Kit
- Donuts from Donut 1 | Donut 2 | Donut 3 | Donut 4 | Donut 5 (TODO download and import other donuts)
- SFX from 200+ Space Sound Effects
- The amazing pointer_lock package by Helgoboss