first commit

This commit is contained in:
2025-01-31 19:23:31 +08:00
commit 9a73fa0ff9
3 changed files with 161 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
## LXC's Game
### How to run
```bash
git pull https://cantyonion.site/git/cantyonion/LXCsGame.git
cd LXCsGame
python -m venv .venv
pip install pygame
python main.py
```