PygameDemo is an elegant demo for Pygame beginners to create a maintainable Pygame project.
- Make sure you are running this on Python3.6+
# check your python version
python --version
- Make sure you already installed Pygame in your python environment
pip install pygame==2.1.2
- Just run it!
python main.py