Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judevector/snake-game
A Snake game project built with all its functionality using python
https://github.com/judevector/snake-game
game python snake-game
Last synced: 4 days ago
JSON representation
A Snake game project built with all its functionality using python
- Host: GitHub
- URL: https://github.com/judevector/snake-game
- Owner: judevector
- Created: 2023-01-08T13:34:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T19:41:22.000Z (almost 2 years ago)
- Last Synced: 2023-08-27T15:16:19.163Z (about 1 year ago)
- Topics: game, python, snake-game
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake-Game-
A snake game project built with all its functionality using Turtle pythonFirst create a virtual environment using
```
python -m venv .venv
```
activate it by using this commands
```
.venv/Scripts/activate
```Then run your main.py file