https://github.com/rayvilaca/snake-game-python
O objetivo deste projeto é recriar o jogo Snake usando a linguagem Python e a biblioteca Pygame.
https://github.com/rayvilaca/snake-game-python
pygame python snake-game
Last synced: 12 months ago
JSON representation
O objetivo deste projeto é recriar o jogo Snake usando a linguagem Python e a biblioteca Pygame.
- Host: GitHub
- URL: https://github.com/rayvilaca/snake-game-python
- Owner: RayVilaca
- Created: 2023-09-28T14:57:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T23:06:41.000Z (over 2 years ago)
- Last Synced: 2025-06-04T08:53:19.861Z (about 1 year ago)
- Topics: pygame, python, snake-game
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jogo Snake em Python
O objetivo deste projeto é recriar o jogo Snake usando a linguagem Python e a biblioteca Pygame.
### Instruções:
**Passo 1**: Para garantir que todas as dependências necessárias para o funcionamento do jogo estejam instaladas, execute o seguinte comando no terminal:
```pip install -r requirements.txt```
O arquivo **requirements.txt** lista todas as dependências essenciais.
**Passo 2**: Agora que as dependências estão em ordem, inicie o jogo executando o seguinte comando:
```python3 main.py```
Isso iniciará o jogo principal a partir do arquivo **main.py**.
### Imagens do jogo:


