Godot demo projects

Godot demo projects

Every folder containing a `project.godot` file is a demo project intended

auto-imported
View Source

Every folder containing a project.godot file is a demo project intended for use with the Godot Engine, an open source 2D and 3D game engine.

Godot versions

Pick the branch that matches your Godot installation:

BranchCompatible with
masterGodot’s master development branch (next 4.x release)
3.xGodot’s 3.x development branch (next 3.x release)
2.1Godot 2.1.x
Other stable branchesThe matching stable Godot version

See the full list of branches for every available version.

Importing all the demos

To import every demo at once from Godot’s project manager:

  1. Clone this repository, or download the ZIP archive and extract it.
  2. Open the Godot project manager and click the Scan button on the right side.
  3. Select the folder that contains all the demos.
  4. All the demos will now show up in the project manager.

Trying the demos in your browser

Most of the demos have been exported to GitHub Pages and can be run directly here.

Note: Godot’s performance in the browser is lower than running natively on the desktop. For the best experience, download the demos and run them locally.

License

These demos are distributed under the terms of the MIT license. See the LICENSE.md file for full details.