瀏覽代碼

Update README.md

dagnazty 1 年之前
父節點
當前提交
8416f9f288
共有 1 個文件被更改,包括 8 次插入2 次删除
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -12,7 +12,7 @@ Game Over screen with the option to restart.
 To install Yappy Invaders on your Flipper Zero, follow these steps:
 To install Yappy Invaders on your Flipper Zero, follow these steps:
 
 
 1. Clone this repository to your local machine. ```git clone https://github.com/dagnazty/Yappy_Invaders```
 1. Clone this repository to your local machine. ```git clone https://github.com/dagnazty/Yappy_Invaders```
-2. Navigate to the pword app directory within the cloned repository: ```cd Yappy_Invaders```
+2. Navigate to the app directory within the cloned repository: ```cd Yappy_Invaders```
 3. Ensure ufbt is installed.
 3. Ensure ufbt is installed.
    Windows: ```py -m pip install --upgrade ufbt```
    Windows: ```py -m pip install --upgrade ufbt```
    Mac/Linux: ```python3 -m pip install --upgrade ufbt```
    Mac/Linux: ```python3 -m pip install --upgrade ufbt```
@@ -20,14 +20,20 @@ To install Yappy Invaders on your Flipper Zero, follow these steps:
 5. To install the application onto your Flipper Zero, use the ufbt tool with the following command: ```ufbt install```
 5. To install the application onto your Flipper Zero, use the ufbt tool with the following command: ```ufbt install```
 6. Look for Yappy Invaders in Apps/Games.
 6. Look for Yappy Invaders in Apps/Games.
 
 
+[1p](https://raw.githubusercontent.com/dagnazty/Yappy_Invaders/main/images/1.png)
+
 ## Controls
 ## Controls
 Left/Right Buttons: Move your ship left or right.
 Left/Right Buttons: Move your ship left or right.
 OK Button: Shoot projectiles at enemies.
 OK Button: Shoot projectiles at enemies.
-Back Button: Quit the game or return to the game over screen.
+Back Button: Quit the game.
 
 
 ## Gameplay
 ## Gameplay
 You control a spaceship at the bottom of the screen, moving left and right to dodge enemy fire and shooting projectiles to destroy enemies. Each hit on an enemy increases your score. The game's difficulty increases as you destroy all enemies and progress to the next wave. The game ends when an enemy ship reaches the bottom of the screen, displaying a game over message and a prompt to restart the game.
 You control a spaceship at the bottom of the screen, moving left and right to dodge enemy fire and shooting projectiles to destroy enemies. Each hit on an enemy increases your score. The game's difficulty increases as you destroy all enemies and progress to the next wave. The game ends when an enemy ship reaches the bottom of the screen, displaying a game over message and a prompt to restart the game.
 
 
+[2p](https://raw.githubusercontent.com/dagnazty/Yappy_Invaders/main/images/2.png)
+
+[3p](https://raw.githubusercontent.com/dagnazty/Yappy_Invaders/main/images/3.png)
+
 ## Contributing
 ## Contributing
 Contributions to Yappy Invaders are welcome! If you have suggestions for improvements or encounter any issues, please open an issue or submit a pull request.
 Contributions to Yappy Invaders are welcome! If you have suggestions for improvements or encounter any issues, please open an issue or submit a pull request.