Files
freeCodeCamp/guide/chinese/game-development/pygame/index.md
2018-10-16 21:32:40 +05:30

15 lines
450 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Pygame
localeTitle: Pygame的
---
## Pygame的
### 使用Pygame进行游戏开发
Pygame是一个开源的跨平台python库用于游戏开发由Pete Shinners编写。 Pygame文档和更多信息可以在他们的网站https://pygame.org上找到。
### 概观
由于PySDL的死亡该项目于2000年开始实施。 Pygame库版本1.0是 2001年4月开发六个月后发布。
* [Pygame官方网站](https://www.pygame.org)