Skip to content

Commit 7e02aa8

Browse files
authored
New courses and images (#568)
Following britzl’s proposal, I added three of my own courses to the JSON file as well as some new images in the images folder. Thank you for the suggestion!
1 parent ee4e877 commit 7e02aa8

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed
42.3 KB
Loading
89.8 KB
Loading
596 KB
Loading

docs/en/en.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,27 @@
922922
"description": "This course covers building a complete block breaker game in Defold, teaching physics-based gameplay, paddle and ball mechanics, and procedural block generation using scripting.",
923923
"image": "/courses/images/zenva.png",
924924
"author": "Zenva"
925+
},
926+
{
927+
"path": "https://www.wisdevgames.com/course/02-deep-into-the-space/p1-lets-setup-our-game",
928+
"name": "Deep Into the Space",
929+
"description": "Through this course, you will program a spaceship that moves through space. This will be a great opportunity to learn the basics of the Defold engine",
930+
"image": "/courses/images/wisdevgames01.png",
931+
"author": "WisDevGames"
932+
},
933+
{
934+
"path": "https://www.wisdevgames.com/course/03-shooting-in-space/p1-shoot-them-all",
935+
"name": "Shootin in Space",
936+
"description": "In this module, we’ll reuse the spaceship from the previous lesson to learn how to navigate through a field of asteroids, avoid collisions, and shoot them down. It’s a great opportunity to learn how collisions work in Defold and to continue practicing with factories",
937+
"image": "/courses/images/wisdevgames02.png",
938+
"author": "WisDevGames"
939+
},
940+
{
941+
"path": "https://www.wisdevgames.com/course/04-tilemap-farm-adventure/p1-preparing-our-tilemap",
942+
"name": "Tilemap Farm Adventure",
943+
"description": "In this module, you’ll learn how to use Defold’s tilemap system to create a small environment, and you’ll be introduced to the concept of modules.",
944+
"image": "/courses/images/wisdevgames03.png",
945+
"author": "WisDevGames"
925946
}
926947
],
927948
"resources": [

0 commit comments

Comments
 (0)