From 94ce06fff8946a7108d37876b2b9f0f366fe5804 Mon Sep 17 00:00:00 2001 From: ajitesh111 <42513298+ajitesh111@users.noreply.github.com> Date: Sun, 20 Jan 2019 05:58:32 +0530 Subject: [PATCH] added some references (#30158) --- guide/english/game-development/arcade/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/game-development/arcade/index.md b/guide/english/game-development/arcade/index.md index fd54449ee2..954bf3661e 100644 --- a/guide/english/game-development/arcade/index.md +++ b/guide/english/game-development/arcade/index.md @@ -8,3 +8,5 @@ title: 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) +[Official site](https://www.creatiosoft.com/arcade-game-development/) +[How to make an arcade game](https://futurism.media/how-to-make-an-arcade-game)