mirror of
https://github.com/d3vyce/Python-Game.git
synced 2026-08-04 15:34:08 +00:00
Project reorganization
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Snake in Python using pygame
|
||||
|
||||
## Install
|
||||
```
|
||||
pip install virtualenv
|
||||
virtualenv venv
|
||||
.\venv\Stripts\activate
|
||||
pip install -r .\requirements.txt
|
||||
```
|
||||
|
||||
## Start Application
|
||||
```
|
||||
python .\main.py
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||
pygame
|
||||
Reference in New Issue
Block a user