|
|
@@ -1,18 +1,34 @@
|
|
|
This is an implementation of the classic Asteroids game for the [Flipper Zero](https://flipperzero.one/). 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.
|
|
|
|
|
|
-Controls:
|
|
|
+# What's New
|
|
|
+* Auto rapid fire (less wear on the buttons this way too)
|
|
|
+* Up button applies thrusters
|
|
|
+* Haptic feedback and LED effects
|
|
|
+* High Score system
|
|
|
+* Automatic save and load of high score
|
|
|
+* Some modifications to certain game play elements
|
|
|
+
|
|
|
+## What's coming next
|
|
|
+* Settings screen
|
|
|
+* Enabling sound effects (configurable on/off option)
|
|
|
+* Power Ups
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+This is a screenshot, but the game looks a lot better in the device itself:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+# Controls:
|
|
|
* Left/Right: rotate ship in the two directions.
|
|
|
* Ok, short press: Short burst bullets
|
|
|
* Ok, long press: Auto-fire bullets
|
|
|
* Up: accelerate
|
|
|
-* Down: decelerates
|
|
|
+* Down: decelerate
|
|
|
|
|
|
Your high scores will automatically be saved. Go forth and compete!
|
|
|
|
|
|
-This is a screenshot, but the game looks a lot better in the device itself:
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+---
|
|
|
## Installing the binary file (no build needed)
|
|
|
|
|
|
Go to the releases and drop the `asteroids.fap` file into the
|