Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 302 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 302 Bytes

pygame_demo

PyGame Demo and Online

Install environment

python -m venv venv
pip install -r requirements.txt

Run this toy game with python

python pygame_demo/main.py

Run this toy game with web (buggy for now)

pip install pygbag
pygbag pygame_demo