Sfoglia il codice sorgente

Binary file updated.

antirez 3 anni fa
parent
commit
9ce401b1f2
2 ha cambiato i file con 30 aggiunte e 1 eliminazioni
  1. 30 1
      README.md
  2. BIN
      binaries/asteroids.fap

+ 30 - 1
README.md

@@ -10,4 +10,33 @@ This is a screenshot, but the game looks a lot better in the device itself:
 
 ![Asteroids for Flipper Zero screenshot](/images/Asteroids.jpg)
 
-Don't miss the game over screen. BSD licensed. Enjoy.
+P.S. Don't miss the game over screen.
+
+## Installing the binary file (no build needed)
+
+Drop the `asteroids.fap` file you can find in the `binaries` folder into the
+following Flipper Zero location:
+
+    /ext/apps/Tools
+
+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/Tools`, and that's it.
+
+## Installing the app from source
+
+* 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`.
+
+## License
+
+BSD licensed. Enjoy.

BIN
binaries/asteroids.fap