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

10 lines
268 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
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.
2018-10-12 19:37:13 +00:00
2018-10-17 06:15:31 +00:00
[Docs](http://arcade.academy)