You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snake is the implementation of the Nokia's classic snake game made with pygame.
8
+
9
+
<!-- <p align='center'>
10
+
<img src='app.png' width=200 height=300>
11
+
</p>
12
+
-->
13
+
## How to Download
14
+
15
+
Download this project from here [Download Snake](https://downgit.github.io/#/home?url=https://github.com/pyGuru123/Python-Games/tree/master/Snake)
16
+
17
+
## Requirements
18
+
19
+
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install following packages :-
20
+
* Pygame
21
+
22
+
```bash
23
+
pip install pygame
24
+
```
25
+
26
+
## Usage
27
+
28
+
Navigate and click main.py to open the game, Select any game mode to start playing the game. The objective of the snake in the game is to eat fruits to grow bigger.
29
+
30
+
Controls:
31
+
* Use arrow keys to play and navigate
32
+
* Use Enter / return key to select options.
33
+
34
+
## Contributing
35
+
36
+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
0 commit comments