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
13 changes: 10 additions & 3 deletions _data/learnindex.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
"image": "/courses/images/wisdevgames03.png",
"name": "Tilemap Farm Adventure",
"path": "https://www.wisdevgames.com/course/04-tilemap-farm-adventure/p1-preparing-our-tilemap"
},
{
"author": "MDC lessons on Udemy",
"description": "Beginner-friendly Defold course on Udemy where you build a playable game while learning Lua basics, movement, collisions, interactions, animations, level design, audio, debugging, optimization, and publishing. Paid course with 2+ hours of content and a certificate of accomplishment.",
"name": "Learn Game Making in an Hour",
"path": "https://www.udemy.com/course/learn-game-making-in-an-hour/",
"image": "/courses/images/mdc_udemy.webp"
}
],
"manuals": [
Expand Down Expand Up @@ -1908,8 +1915,8 @@
},
{
"author": "Defold",
"description": "If you are new to Defold, this tutorial will help you to get started with script logic together with a few of the building blocks in Defold.",
"image": "/tutorials/images/snake/run_1.png",
"description": "If you are new to Defold, this tutorial will help you to get started in Defold. In this tutorial you'll make a snake clone using just a tilemap and a simple script.",
"image": "/tutorials/images/snake/thumbnail.png",
"name": "Snake",
"path": "/tutorials/snake",
"type": "tutorial"
Expand Down Expand Up @@ -2693,4 +2700,4 @@
}
]
}
}
}
Binary file added courses/images/mdc_udemy.webp
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 tutorials/images/snake/1.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 tutorials/images/snake/10.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 tutorials/images/snake/11.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 tutorials/images/snake/12.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 tutorials/images/snake/13.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 tutorials/images/snake/14.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 tutorials/images/snake/15.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 tutorials/images/snake/16.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 tutorials/images/snake/17.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 tutorials/images/snake/18.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 tutorials/images/snake/2.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 tutorials/images/snake/3.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 tutorials/images/snake/4.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 tutorials/images/snake/5.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 tutorials/images/snake/6.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 tutorials/images/snake/7.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 tutorials/images/snake/8.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 tutorials/images/snake/9.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 removed tutorials/images/snake/add_component_file.png
Binary file not shown.
Binary file removed tutorials/images/snake/add_game_object.png
Binary file not shown.
Binary file removed tutorials/images/snake/display.png
Binary file not shown.
Binary file removed tutorials/images/snake/gui.png
Binary file not shown.
Binary file removed tutorials/images/snake/input.png
Binary file not shown.
Binary file removed tutorials/images/snake/main_collection.png
Binary file not shown.
Binary file removed tutorials/images/snake/main_collection_no_gui.png
Diff not rendered.
Binary file removed tutorials/images/snake/run_1.png
Diff not rendered.
Binary file removed tutorials/images/snake/set_tilesource.png
Diff not rendered.
Binary file added tutorials/images/snake/snake_run_1.png
Binary file added tutorials/images/snake/thumbnail.png
Binary file removed tutorials/images/snake/tilemap.png
Diff not rendered.
Binary file removed tutorials/images/snake/tilesource.png
Diff not rendered.
412 changes: 294 additions & 118 deletions tutorials/snake.md

Large diffs are not rendered by default.