First encounter with Godot
Submitted by clemens on Fri, 2020/03/06 - 10:15am
What is Godot
Godot engine is a free and open source 2D/3D game engine.
Projectish
TensorFlow
Testing with TensorFlow which involves compiling the game engine was a little challenge but ended well. The implementation of TensorFlow was a little limited so I discarded the idea to spent more time.
GDScript
Scripting with Godot is possible with C#, your own language of choice, Visual scripting or GDScript. The latter is the easiest to get started as it works out of the box without the need of compiling.
GDScript is similar in Python code style but is not that feature rich. You can strong type your variables, the editor has autocomplete. It does not have Iterators which are planned for the next version 4.x.