This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
2025-02-02 01:33:15 +08:00
2025-02-02 01:33:15 +08:00
2025-01-31 19:23:31 +08:00
2025-02-01 12:30:21 +08:00
2025-01-31 19:29:00 +08:00

LXC's Game

How to run

git pull https://cantyonion.site/git/cantyonion/LXCsGame.git
cd LXCsGame
python -m venv .venv

# for Windows user
.venv\Script\active.bat
# for Linux user
source .venv/bin/active

pip install pygame
python main.py
Description
No description provided
Readme 47 KiB
Languages
Python 100%