Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Snake-Game-
A snake game project built with all its functionality using Turtle python

First create a virtual environment using
```
python -m venv .venv
```
activate it by using this commands
```
.venv/Scripts/activate
```

Then run your main.py file