Project reorganization

This commit is contained in:
d3vyce 2022-07-27 09:08:15 +02:00
parent 2c8152cc89
commit f168c883e4
4 changed files with 16 additions and 13 deletions

View File

@ -1,14 +1,3 @@
Snake in Python using pygame
Python Game
## Install
```
pip install virtualenv
virtualenv venv
.\venv\Stripts\activate
pip install -r .\requirements.txt
```
## Start Application
```
python .\main.py
```
- Snake [Current Project]

14
Snake/README.md Normal file
View 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
```