From 0bd37b9751b18f6d0657552927e2fe97ce3e19a5 Mon Sep 17 00:00:00 2001 From: Pablo Farias Date: Thu, 27 Jun 2024 14:28:40 +1000 Subject: [PATCH 1/3] Added Zenva courses, updated links --- docs/en/en.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/en/en.json b/docs/en/en.json index df999f1a..76ebf543 100644 --- a/docs/en/en.json +++ b/docs/en/en.json @@ -678,18 +678,39 @@ ], "courses": [ { - "path": "https://academy.zenva.com/course/defold-101/", + "path": "https://academy.zenva.com/product/defold-101/?utm_source=defold&utm_medium=referral&utm_campaign=defold&utm_content=defold-website", "name": "Defold 101 – Open-Source Game Development", "description": "In this course, you’ll dive into Defold, master how it works from scratch, and also explore essential fundamentals with the Lua scripting language. These skills will provide you the boost you need to start working with Defold in general and prepare you with the foundations for any sort of game you wish to build.", "image": "/courses/images/zenva-free.png", "author": "Zenva" }, { - "path": "https://academy.zenva.com/course/intro-to-defold/", + "path": "https://academy.zenva.com/product/defold-game-development-academy/?utm_source=defold&utm_medium=referral&utm_campaign=defold&utm_content=defold-website", + "name": "Defold Game Development Academy", + "description": "This Learning Pathway is designed to take you from beginner to expert in using the Defold game engine. You'll learn Defold architecture, character control, collision detection, interactive objects, level design, and Lua game logic. These courses are project-based, feature video, interactive quizzes and source code.", + "image": "/courses/images/zenva.png", + "author": "Zenva" + }, + { + "path": "https://academy.zenva.com/product/intro-to-defold/?utm_source=defold&utm_medium=referral&utm_campaign=defold&utm_content=defold-website", "name": "Learn Game Development with Defold from Scratch", "description": "Through this course, you’ll explore the foundations of the Defold game engine from start to finish – including how to work with Lua scripting to program your game logic. These skills will give you the building blocks for developing your dream games with Defold and set you up for success in other genres.", "image": "/courses/images/zenva.png", "author": "Zenva" + }, + { + "path": "https://academy.zenva.com/product/defold-2d-platformer/?utm_source=defold&utm_medium=referral&utm_campaign=defold&utm_content=defold-website", + "name": "Build a Complete 2D Platformer in Defold", + "description": "This course teaches you to create a 2D platformer with Defold, covering tilemaps, player animations, collectables, enemy behavior, sound effects, and gameplay flow. Basic Defold and Lua knowledge is required. You'll build a complete game and gain skills for other genres.", + "image": "/courses/images/zenva.png", + "author": "Zenva" + }, + { + "path": "https://academy.zenva.com/product/defold-farming-rpg/?utm_source=defold&utm_medium=partners&utm_campaign=defold&utm_content=defold-website", + "name": "Make a Farming RPG from Scratch with Defold", + "description": "This course teaches you to build a farming RPG in Defold, covering player control, crop systems, day progression, sprite atlases, data management, and UI design. Basic Defold and Lua knowledge is needed. Gain skills for advanced and complex projects.", + "image": "/courses/images/zenva.png", + "author": "Zenva" } ], "resources": [ From b4bc4429becc0a22f37d5e5f61fa26bb325a603f Mon Sep 17 00:00:00 2001 From: Pablo Farias Date: Fri, 23 Aug 2024 13:33:25 +1000 Subject: [PATCH 2/3] added Zenva YouTube video --- docs/en/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/en.json b/docs/en/en.json index 76ebf543..ee4e9139 100644 --- a/docs/en/en.json +++ b/docs/en/en.json @@ -436,6 +436,14 @@ "name": "Build a Pong with Defold - Beginner Series", "author": "Galvia Games", "description": "Let's build a Pong using the Defold game engine!" + }, + + + { + "path": "https://www.youtube.com/watch?v=affVW3XDsMk", + "name": "Complete Defold Course - Learn Beginner/Intermediate Level", + "author": "Zenva", + "description": "Master Defold - a free and powerful game engine for building 2D & 3D games!" } ], "tutorials": [ From d48624428bf060f37d0e859d2ee53fe61aed386d Mon Sep 17 00:00:00 2001 From: Pablo Farias Date: Fri, 30 Aug 2024 09:04:34 +1000 Subject: [PATCH 3/3] added Zenva YT platformer video --- docs/en/en.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en/en.json b/docs/en/en.json index ee4e9139..f2f8db8b 100644 --- a/docs/en/en.json +++ b/docs/en/en.json @@ -444,6 +444,13 @@ "name": "Complete Defold Course - Learn Beginner/Intermediate Level", "author": "Zenva", "description": "Master Defold - a free and powerful game engine for building 2D & 3D games!" + }, + + { + "path": "https://www.youtube.com/watch?v=fTQIVb1A68g", + "name": "Defold Platformer Mini-Course", + "author": "Zenva", + "description": "Create your own 2D platformer game with Defold!" } ], "tutorials": [