Can you use only scripts in godot

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

Is it possible with Godot to make a game with only scripts (whether GDScript, C# or GDNative) and even write your own custom library?

:bust_in_silhouette: Reply From: BraindeadBZH

Yes, it is possible as you can build your scene completely programmatically. However I don’t think this is a way to go. At this point, using game engine in pure C++ might be a better choice.