Explorar o código

Update README.md

dagnazty hai 1 ano
pai
achega
8416f9f288
Modificáronse 1 ficheiros con 8 adicións e 2 borrados
  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:
 
 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.
    Windows: ```py -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```
 6. Look for Yappy Invaders in Apps/Games.
 
+[1p](https://raw.githubusercontent.com/dagnazty/Yappy_Invaders/main/images/1.png)
+
 ## Controls
 Left/Right Buttons: Move your ship left or right.
 OK Button: Shoot projectiles at enemies.
-Back Button: Quit the game or return to the game over screen.
+Back Button: Quit the game.
 
 ## 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.
 
+[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
 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.