GDevelop is a full-featured, open-source game development software, allowing to create desktop and mobile games without any knowledge in a specific programming language. All the game logic is built up using an intuitive and powerful event-based system.
This repository hosts the example projects for GDevelop.
❔ I want to... | 🚀 What to do |
---|---|
Download GDevelop to make games | Go on GDevelop website to download GD! |
Try an example | Examples can be searched and downloaded directly from GDevelop. |
Contribute to GDevelop itself | Visit GDevelop GitHub repository. |
Create/improve an example | Read below. |
If you've created an example with GDevelop, you can submit it to be shared with the rest of the community.
- Create your game with GDevelop.
- Make sure to follow the requirements and best practices on this page.
Note that for now, we're trying to keep a fairly high quality bar for examples, so you might be asked to adapt your game according to reviewer feedbacks. Don't feel bad about this! This is normal process and here to help making examples as good as possible for new users. If we take too much time to review your example, you can send a ping on the issue. ⏰
- Export your game and all its resources to a zip file (you can save it in a new folder and zip this folder).
- Submit it! You can either submit it here, attaching the zip file.
If you know how to create Pull Requests, you can also clone this repository and add your example in the examples folder, and then open a PR. Examples are deployed automatically when pushed to the main
branch:
All examples provided on this repository are MIT licensed, unless specified otherwise.