https://github.com/jack970/snake_game
Snake Game build with Python and Pygame using inheritance and polymorphism.
https://github.com/jack970/snake_game
Last synced: 12 months ago
JSON representation
Snake Game build with Python and Pygame using inheritance and polymorphism.
- Host: GitHub
- URL: https://github.com/jack970/snake_game
- Owner: jack970
- Created: 2022-09-09T03:48:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T18:34:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T07:33:13.178Z (about 1 year ago)
- Language: Python
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snake Game
Jogo da cobrinha desenvolvido com python e pygame.
---
## Install
Install plugin pygame with running:
```bash
pip install -r requirements.txt
```
---
## Run
navigate to directory where find the main.py file and run in terminal:
```bash
python main.py
```