mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-25 04:15:49 -04:00
90bebcb404
* This is an experimental extension! * It allows you to provide a login/register form to your players, with 1 action * It connects the player automatically when they launch your game again * It also provides a new action to submit a leaderboard entry without having to enter a username * This is the beginning of Player Authentication and more features will come allowing creators to interact with their players
Extensions for GDevelop
These are the "official" extensions directly bundled with GDevelop.
Writing your extensions or contributing to an existing one 😎
Most extensions can be written in JavaScript.
Read this README to learn everything about writing extensions for GDevelop.
License
- Extensions are provided under the MIT License: see license.txt file.
- External libraries can be used by extensions (Box2D, Dlib or SPARK for example). See their licenses in their directories.