Files
freeCodeCamp/guide/spanish/game-development/arcade/index.md
Luis Lomeli 03d9d14ec9 Fixed title on index.md (#32046)
The word "arcada" does not exist, and is also not used within the python library's context.
It would be misleading and incorrect to use it for this article.
2019-08-13 12:56:18 -07:00

12 lines
322 B
Markdown

---
title: Arcade
localeTitle: Arcade
---
## Arcade
### Desarrollo de videojuegos con arcade.
Arcade es una biblioteca del lenguaje de desarrollamiento Python, que facilita la creacion de juegos 2-D evitando la dificultad de otras bibliotecas como pygame. Está construido sobre Pyglet y OpenGL.
[Docs](arcade.academy)