Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/en/courses/images/wisdevgames01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/courses/images/wisdevgames02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/courses/images/wisdevgames03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,27 @@
"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.",
"image": "/courses/images/zenva.png",
"author": "Zenva"
},
{
"path": "https://www.wisdevgames.com/course/02-deep-into-the-space/p1-lets-setup-our-game",
"name": "Deep Into the Space",
"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",
"image": "/courses/images/wisdevgames01.png",
"author": "WisDevGames"
},
{
"path": "https://www.wisdevgames.com/course/03-shooting-in-space/p1-shoot-them-all",
"name": "Shootin in Space",
"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",
"image": "/courses/images/wisdevgames02.png",
"author": "WisDevGames"
},
{
"path": "https://www.wisdevgames.com/course/04-tilemap-farm-adventure/p1-preparing-our-tilemap",
"name": "Tilemap Farm Adventure",
"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.",
"image": "/courses/images/wisdevgames03.png",
"author": "WisDevGames"
}
],
"resources": [
Expand Down