Skip to content

Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games

License

Notifications You must be signed in to change notification settings

Bouh/GDevelop-extensions

 
 

Repository files navigation

GDevelop logo

GDevelop is a full featured, open-source game development software, allowing to create HTML5 and native games without any knowledge in a specific programming language. All the game logic is built up using an intuitive and powerful event based system.

GDevelop Community Extensions

This repository hosts community made extensions for GDevelop. Extensions can provide new behaviors for objects, actions, conditions or expressions.

Getting started

❔ I want to... 🚀 What to do
Download GDevelop to make games Go on GDevelop website to download GD!
Use an extension Extensions can be searched and downloaded directly from GDevelop.
Contribute to GDevelop itself Visit GDevelop GitHub repository.
Create/improve an extension Read below.

Submit your extension

If you've created an extension with GDevelop, you can submit it to be shared with the rest of the community:

  1. Create your extension in your game with GDevelop: see the documentation about functions and custom behaviors.
  2. Make sure the descriptions, tags, names are properly filled in the options of the extension.
  3. Export your extension to a .json file from GDevelop.
  4. Submit it! You can either:
    • Easy: submit it here, attaching the .json file.
    • Faster to review: fork this repository, clone the git, add your .json file in Extensions folder, then run the update script with Node.js: cd scripts && node update-extensions-registry.js. Finally open a Pull Request.

License

All extensions provided on this repository are MIT licensed.

About

Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%