Linux támogatás

This commit is contained in:
markojozsef
2026-09-09 17:49:45 +02:00
parent 5bfe6b34f9
commit 9c003ff4fe
2 changed files with 3 additions and 0 deletions

2
mkenv.sh Normal file
View File

@@ -0,0 +1,2 @@
python -m venv venv
./venv/bin/pip install pygame

1
run.sh Normal file
View File

@@ -0,0 +1 @@
./venv/bin/python ./src/main.py