pygame Core Build the foundation of a pygame game in Python: the main loop, delta-time movement, drawing with Surface / Rect , input, and Sprite / Group management. Targets pygame-ce 2.5.7 (the actively maintained community fork; same import pygame ). When to use Use when starting a pygame game, fixing the loop, frame-rate-dependent speed, input handling, blitting, or sprite/group collision. Use when code does import pygame and the project depends on pygame-ce (or pygame ). When not to use: Python language questions unrelated to pygame. 3D rendering (pygame is 2D). For cross-engine save/load use save-systems ; for rebindable input architecture see input-systems . Core workflow Show more Installs 819 Repository gamedev-skills/…t-skills GitHub Stars 467 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
pygame-core
安装
npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill pygame-core