pygame

Package — Game DevPython 3.7+Beginner

2D game development: sprites, sounds, input handling, rendering

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (SDL2 bundled)
Install
pip install pygame

Learn by Difficulty

Quick Example

python
# Install: pip install pygame
import pygame

# Basic pygame usage
print(f"Using pygame")
# See documentation for detailed examples

pygame is a third-party package. 2D game development: sprites, sounds, input handling, rendering. Install with: pip install pygame

Try in Playground

Tags

packagegame-development2dgraphicsinteractivemultimedia

Related Items