Upload files to "Snake"
parent
62d2620271
commit
9ff5478b91
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
python -m venv .venv
|
||||||
|
call .\.venv\Scripts\activate.bat
|
||||||
|
pip install -r requirements.txt
|
||||||
|
deactivate
|
|
@ -0,0 +1 @@
|
||||||
|
pygame==2.5.2
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
call .\.venv\Scripts\activate.bat
|
||||||
|
python snake.py
|
||||||
|
deactivate
|
Loading…
Reference in New Issue