From d3e7cc2180b9380266b2f869c498bb4dcf7bcf69 Mon Sep 17 00:00:00 2001 From: coffeeparty Date: Tue, 13 Aug 2019 22:25:40 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ad=C3=AD=202=20tutoriales=20-=20added=20?= =?UTF-8?q?2=20tutorials=20(#33469)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Listé 2 totorales que he seguido y me parecieron buenos. Estos dos tutoriales están en inglés, pero se pueden seguir copiando código y viendo los ejemplos. Listed 2 tutorials I've followed and are good. They're in English but the code can be copied and the examples show what's going on. --- .../spanish/game-development/gamemaker-studio/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/guide/spanish/game-development/gamemaker-studio/index.md b/guide/spanish/game-development/gamemaker-studio/index.md index b3ff3db641..556838e855 100644 --- a/guide/spanish/game-development/gamemaker-studio/index.md +++ b/guide/spanish/game-development/gamemaker-studio/index.md @@ -43,4 +43,12 @@ La compatibilidad con PlayStation Portable y Raspberry Pi se demostró pero no s * \[Wikipedia\] https://en.wikipedia.org/wiki/GameMaker\_Studio * \[YoYo Games (editor)\] https://www.yoyogames.com/gamemaker -* \[GameMaker: Studio | Documentación\] https://docs.yoyogames.com/ \ No newline at end of file +* \[GameMaker: Studio | Documentación\] https://docs.yoyogames.com/ + +#### Tutoriales recomendados: +Estos dos tutoriales están en inglés, pero se pueden seguir copiando código y viendo los ejemplos. + +* **GameMaker Studio 2: Complete Platformer Tutorial** https://www.youtube.com/watch?v=izNXbMdu348 +El primer video en una serie muy completa creada por Shaun Spalding +* **GameMaker Studio 2: Your First Game (Drag And Drop)** https://www.youtube.com/watch?v=IWXJbUHLYXA +El primer video en una serie creada también por Shaun Spalding, hecha para la página de aprendizaje de YoYo Games (creadores de GameMaker Studio). Aquí te enseña a hacer un *shooter* con el sistema Drag And Drop, que no requiere conocimientos de programación.