No programming skills nedded?

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

Hello, I have a simple question: I don’t have programming skills, can I use already Godot, can I express the logic of the game without code? I need programming skills?

:bust_in_silhouette: Reply From: Mxt08

Of course, I think that you can.
For getting programming skills, you need a base, that you can get by programming in a language, for example GDSCript (I do not recommend you C# for Godot), and this is one of the best begginer programming languages, because it is based on Python, Lua, and other languages, and is very flexible (for example you can (not) put parenthesis, semicolons, etc.)

:bust_in_silhouette: Reply From: magicalogic

You can through visual scripting.
https://www.google.com/url?q=https://docs.godotengine.org/en/stable/getting_started/scripting/visual_script/getting_started.html&sa=U&ved=2ahUKEwjk6KKA47DwAhUKTcAKHTkbCicQFjAAegQICxAB&usg=AOvVaw2iX3f5RoEfm89UBisxqpcy is a good place to start learning from