Is it possible to make a Multiplayer-Game with visual Scrippting?

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

Is it possible to make a Multiplayer-Game with visual Scrippting?

:bust_in_silhouette: Reply From: Ertain

I don’t fully know the ins and outs of the engine, so bare with me on this one.

I’m sure it’s doable. It looks like most of the functionality you can get from GDscript also extends to visual script. The problem, from what I can tell, is that it will take you a long time to properly set everything up in visual script (character controls, enemy AI, networking code, and other mechanics) because the various nodes have to be thrown together.

plus, in Godot’s case, it doesn’t look like visual scripting is any simpler than coding. In fact, it’s probably harder. To each his own, though.

Millard | 2020-11-07 21:11