Skip to content

An elegant demo for Pygame beginners / Pygame 开发模板

Notifications You must be signed in to change notification settings

jhy354/PygameDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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