freeCodeCamp/guide/english/game-development/arcade/index.md

10 lines
268 B
Markdown

---
title: Arcade
---
## Arcade
### Game Development with Arcade
Arcade is a Python library which eases the task of creating 2-D games and avoiding the complexity of other libraries like Pygame. It is built on top of Pyglet and OpenGL.
[Docs](http://arcade.academy)