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

11 lines
265 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 avoiding the complexity of other libraries like pygame. It is built on top of Pyglet and openGL.
2018-10-17 06:15:31 +00:00
[Docs](http://arcade.academy)