Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 372 Bytes

Pygame Demo

PygameDemo is an elegant demo for Pygame beginners to create a maintainable Pygame project.

Getting Started

  1. Make sure you are running this on Python3.6+
# check your python version
python --version
  1. Make sure you already installed Pygame in your python environment
pip install pygame==2.1.2
  1. Just run it!
python main.py