Pygame 简明教程
Discuss Pygame
Pygame 是一个流行的 Python 库,用于开发视频游戏。它是围绕 Simple DirectMedia Library (SDL) 的免费、开放源代码和跨平台包装器。Pygame 提供的 SDL 函数抽象使得使用 Python 开发多媒体应用程序非常容易。
Pygame is a popular Python library used for developing video games. It is free, open source and cross-platform wrapper around Simple DirectMedia Library (SDL). Abstraction of SDL functions provided by Pygame makes development of multi-media applications using Python very easy.