mirror of
https://github.com/d3vyce/Python-Game.git
synced 2025-07-01 09:28:19 +02:00
Project reorganization
This commit is contained in:
14
Snake/README.md
Normal file
14
Snake/README.md
Normal file
@ -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
Snake/main.py
Normal file
0
Snake/main.py
Normal file
1
Snake/requirements.txt
Normal file
1
Snake/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
pygame
|
Reference in New Issue
Block a user