Skip to content

Santhoshkumard11/deploy-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy pygames

Deploy your pygames code to GitHub Pages with just a push

Gameplay

PC

PC Gameplay

Mobile

Moblie Gameplay

Setup Environment for local

Create a venv

python3 -m venv venv

Install all Python packages

pip install -r requirements.txt

Run the game

python3 main.py

Web - runs on port localhost:8000

Note: Assuming you've the game in a separate folder

python3 -m pygbag space_invaders/

About

Deploy your pygames code to GitHub Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages