What is the format of the game when completed?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By APDamien
:warning: Old Version Published before Godot 3 was released.

What format does Godot generate? .exe? .swf? Some special format that requires the player to install the Godot engine?

:bust_in_silhouette: Reply From: Warlaan

That depends on the target platform you choose when exporting, but for Windows targets it’s .exe. There’s no need to download a web player or something.

It’s worth adding that Godot doesn’t generate executable exe (if we talk about Windows). You have to build your own export templates or download them from the website.

GlaDOSik | 2016-10-04 18:53