I switched to catchyos not too long ago but i also want to get into gamedev im just not sure which engine to go with? I looked in scratch but i find it annoying (visual scripting). Im not sure if i should try godot or some other engine now. Im also not sure where to post at sense itch has become questionable, i also want to try game jams aswell.

  • Eugenia@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    3
    ·
    edit-2
    1 day ago

    Everyone says Godot, but I disagree. Godot is too high level and it won’t teach you much about how it all works. Godot is good if you have already mastered languages and common gaming algorithms (e.g. collisions), and you just want to get going. But as a first foray, I’d say, go with SDL. After you done something simple in SDL and learned some hands on knowledge on how things work under the hood, go with Godot or Love. That knowledge will help you troubleshoot godot better then.