diff --git a/guide/english/game-development/arcade/index.md b/guide/english/game-development/arcade/index.md index 954bf3661e8..938ad747833 100644 --- a/guide/english/game-development/arcade/index.md +++ b/guide/english/game-development/arcade/index.md @@ -4,9 +4,6 @@ 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. +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) -[Official site](https://www.creatiosoft.com/arcade-game-development/) -[How to make an arcade game](https://futurism.media/how-to-make-an-arcade-game)