game in Godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By paulgamesblue

Hello

I have a question.

I want to make a game with 30 rounds
and my question is:
how to do each round separately and how to combine them afterwards in Godot?
and how to make a gui menu?

THANK YOU IN ADVANCE
Paul

dude, just watch some tutorials on how to make games in godot, no one will tell you how to make your game from scratch…

rustyStriker | 2020-11-18 17:46

What’s wrong with the plethora of existing tutorials that go over this exact subject?

rballonline | 2020-11-21 06:37

:bust_in_silhouette: Reply From: bubbybumble

This is a really broad question and is hard to answer. By rounds do you mean levels? If so, you can use scenes.
Scenes are also used for a main menu. For GUI, learn to use buttons and signals

To make a menu just have a scene with buttons attached to signals in a script.