mirror of
https://github.com/d3vyce/Python-Game.git
synced 2025-04-03 12:23:22 +02:00
Project reorganization
This commit is contained in:
parent
2c8152cc89
commit
f168c883e4
15
README.md
15
README.md
@ -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
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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user