Deploy your pygames code to GitHub Pages with just a push
python3 -m venv venv
pip install -r requirements.txt
python3 main.py
Note: Assuming you've the game in a separate folder
python3 -m pygbag space_invaders/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Deploy your pygames code to GitHub Pages with just a push
python3 -m venv venv
pip install -r requirements.txt
python3 main.py
Note: Assuming you've the game in a separate folder
python3 -m pygbag space_invaders/