From ed557a48dff53be0b7c7d50a83c17f6b3cbe6811 Mon Sep 17 00:00:00 2001 From: tombraul Date: Sat, 13 Oct 2018 21:22:06 +0200 Subject: [PATCH] Add godot engine resource (#18387) --- .../guide/english/game-development/index.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/client/src/pages/guide/english/game-development/index.md b/client/src/pages/guide/english/game-development/index.md index 67123f7a2d..043f9d72f3 100644 --- a/client/src/pages/guide/english/game-development/index.md +++ b/client/src/pages/guide/english/game-development/index.md @@ -47,6 +47,7 @@ The BuildBox game engine is basically for developing hypercasual games. - Source - Frostbite - Buildbox +- Godot Engine @@ -55,10 +56,11 @@ The BuildBox game engine is basically for developing hypercasual games. * [Awesome-List of GameDev resources](https://github.com/Kavex/GameDev-Resources) * [Game Programming Books](http://www.fromdev.com/2013/07/game-development-books.html) -* libGDX Framework
-* OpenGL Framework
-* Construct Game Engine
-* Game Maker Engine
-* Unity3D Engine
-* Unreal Engine -* BuildBox
+* [libGDX Framework](https://libgdx.badlogicgames.com/) +* [OpenGL Framework](https://www.opengl.org/) +* [Construct Game Engine](https://www.scirra.com/) +* [Game Maker Engine](https://www.yoyogames.com/gamemaker) +* [Unity3D Engine](https://unity3d.com/pt) +* [Unreal Engine](https://www.unrealengine.com/en-US/what-is-unreal-engine-4) +* [BuildBox](https://www.buildbox.com/) +* [Godot Engine](https://godotengine.org/)