17 lines
256 B
Markdown
17 lines
256 B
Markdown
## LXC's Game
|
|
|
|
### How to run
|
|
|
|
```bash
|
|
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
|
|
``` |