/pygame_demo

PyGame Demo and Online

Primary LanguagePython

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