|
|
пре 2 година | |
|---|---|---|
| assets | пре 3 година | |
| images | пре 3 година | |
| .editorconfig | пре 3 година | |
| .gitignore | пре 3 година | |
| LICENSE | пре 3 година | |
| README.md | пре 2 година | |
| app.c | пре 2 година | |
| appicon.png | пре 3 година | |
| application.fam | пре 3 година |
This is an implementation of the classic Asteroids game for the Flipper Zero. Inside you will find a simple 2D engine that can be reused to implement other games. Note: This one is SimplyMinimal's fork of Antirez's version with several modifications.
This is a screenshot, but the game looks a lot better in the device itself:
Your high scores will automatically be saved. Go forth and compete!
Go to the releases and drop the asteroids.fap file into the
following Flipper Zero location:
/ext/apps/Games
The ext part means that we are in the SD card. So if you don't want
to use the Android (or other) application to upload the file,
you can just take out the SD card, insert it in your computer,
copy the fine into apps/Games, and that's it.
Download the Flipper Zero dev kit and build it:
mkdir -p ~/flipperZero/official/
cd ~/flipperZero/official/
git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.git ./
./fbt
Copy this application folder in official/application_user.
Connect your Flipper via USB.
Build and install with: ./fbt launch_app APPSRC=asteroids.
BSD licensed. Enjoy.