this post was submitted on 21 May 2024
107 points (99.1% liked)

Godot

5574 readers
66 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
 

I made a really simple 2D platformer yesterday using @godot and following a tutorial.

It's all assets I downloaded and steps I followed, but it's something I never thought I'd actually be able to do!

It was interesting and I definitely want to learn more in the future!

This is the most fulfilled I've felt in months.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 3 months ago (1 children)

Awesome! That's such a great feeling, find another good tutorial and keep learning!

I'm proud of you!

[–] [email protected] 7 points 3 months ago (1 children)

@Sunforged Thank you!

I'm trying to decide if I want to watch the next tutorial from the same creator that dives more into scripting or find another one that teaches more about nodes.

Nodes and key framing feel really native to me coming from editing videos full time in DaVinci Resolve and I have zero coding knowledge so coding and scripting seems more useful?

[–] [email protected] 10 points 3 months ago (1 children)

I picked up godot because I have been using codemonkey.com to teach my son python. Enevitably I have to help him when he gets stuck and I realized I knew alot more than I would have guessed. My point is coding isn't as nebulous as you might think, not to say you won't get stuck on syntaxes but it is also incredibly satisfying when you get it working.

[–] [email protected] 6 points 3 months ago

@Sunforged It started to make a little bit of since in the minimal scripting I did for this tutorial, but it was really basic stuff.

I probably need to just get into it at some point and build on the nodes knowledge later since I was already sort of comfortable with those.