Hey, i want to learn how to use the godot game engine to act upon my game design dreams.

Only Problem is i never used a game engine. I have limeted experience creating games in dosbox with python.

And i am looking for fun beginner challenges that i can finish within around an hour! what do you think i should do in godot to learn the fundamentals?

For example: Create a character that needs to jump to win. Challenges of that sort. Hope to get some achivable, creative promps :)

  • @[email protected]
    link
    fedilink
    9
    edit-2
    2 days ago

    Character2D must enter an Area2D to win.
    Create a 2D scene with platforms to be able to jump on to get into Area2D.

    The default script of Character2D should be enough, so should not take too much to make.