Godot by Example, Godot Cookbook #5655
wdv4758h
started this conversation in
General Discussions
Replies: 1 comment 1 reply
-
Aren't there currently at least "learn Godot" websites? https://www.learngodot.com I'd say that is a good start. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been learning Godot recently. The documentation and demo projects repo help a lot. But sometime I found searching the specific game action on YouTube is better for learning the flow. And then go back to read official docs to dive deeper.
And for some programming languages, there is
<LANG> By Example
or<LANG> Cookbook
, which may have specific subject with quick snippets.Some samples:
During my learning progress, I also take couple few notes about something like this (although not much). For example, if a new dev wants player to pick up an item nearby, what's the available ways? Probably create something like this will help people to learn.
A collection of examples of how to achieve specific actions in game.
Beta Was this translation helpful? Give feedback.
All reactions