Complete game, but it need small cosmetic additions. Just show your personal imagination... add effects, animations, audio, or even add gameplay features based on the type of achievements or difficulty settings, multiplayer, and so on.
a wario ware clone made with godot engine
A simple GODOT demo to test selection and move with units like in RTS games. You can also choose a formation shape for your units and some others parameters.
A networked 3D first person template.
Preconfigured Template for Creating Android PluginsImprovements:- To define exportable methods, they only need to be public and contain the @GodotMethod annotation.- The template automatically collects these methods and exposes them to the Engine.- For now, signals are still defined in the initSignals() method.- The plugin exposes the class name as the plugin name in getPluginName().- Automatically generates the gdap file to start using the plugin right away.