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 :)

  • KoboldCoterie@pawb.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 days ago

    Make Minesweeper.

    • Board size should be configurable on both axes
    • Number of bombs should be configurable
    • First click should always be ‘safe’
    • User should be able to mark unsafe tiles as bombs
    • Game should detect a win and a loss

    It’s a surprisingly simple game to make, but it’s great for learning arrays and user input and Godot’s GUI system (the board can be a grid container.)