Añadí 2 tutoriales - added 2 tutorials (#33469)

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.
This commit is contained in:
coffeeparty
2019-08-13 22:25:40 +02:00
committed by Randell Dawson
parent aec4f329cb
commit d3e7cc2180

View File

@ -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/
* \[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.