11 lines
170 B
Markdown
11 lines
170 B
Markdown
## 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
|
|
``` |