File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,28 @@ This game allows users to control a snake to eat food, which makes the snake gro
1212
1313## Installation
1414
15- 1 . ** Clone the repository:**
16- ``` bash
17- git clone https://github.com/yourusername/snake-game.git
18- cd snake-game
19- ```
20-
21- 2 . ** Install the required Python modules:**
15+ 1 . ** Install the required Python modules:**
2216If you haven't installed Pygame, you can do so using pip:
2317``` bash
2418 pip install pygame
2519```
2620Pygame is required to run this game as it provides functionalities for graphics, sounds, and user inputs.
2721
2822
29- ## How to Run the Script
30-
31- 1 . Once you have installed Pygame and navigated to the project directory:
32- ``` bash
33- python snake_game.py
34- ```
23+ ## ▶️ How to Run the Script
24+ 1 . Clone the Repository:
25+ ```
26+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
27+ ```
28+ 2 . Navigate to Directory:
29+ ``` bash
30+ cd Simple-Python-Mini-Projects/Snake\ Game
31+ ```
32+ 3 . Run the Script:
33+ ``` bash
34+ python snake_game.py
35+ ```
36+
3537
3638## Game Controls
3739
You can’t perform that action at this time.
0 commit comments