Upload files to "Snake"

main
Sofija Korņejeva 2024-03-24 21:25:16 +00:00
parent 62d2620271
commit 9ff5478b91
5 changed files with 8 additions and 0 deletions

BIN
Snake/fonnz.mp3 100644

Binary file not shown.

View File

@ -0,0 +1,4 @@
python -m venv .venv
call .\.venv\Scripts\activate.bat
pip install -r requirements.txt
deactivate

View File

@ -0,0 +1 @@
pygame==2.5.2

BIN
Snake/sbor.mp3 100644

Binary file not shown.

3
Snake/snake.bat 100644
View File

@ -0,0 +1,3 @@
call .\.venv\Scripts\activate.bat
python snake.py
deactivate