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

11 lines
271 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: Arcade
localeTitle: 拱廊
---
## 拱廊
### 使用Arcade进行游戏开发
Arcade是一个python库它可以简化创建二维游戏的任务避免像pygame这样的其他库的复杂性。它建立在Pyglet和openGL之上。
[文件](arcade.academy)