Skip to content

Commit 7ccd2cd

Browse files
authored
Update README with link to GDevelop-tutorials repository [skip ci]
* This is where the step-by-step onboarding is stored and future tutorials can be built by the community: https://github.com/GDevelopApp/GDevelop-tutorials Only show in developer changelog
1 parent 4997413 commit 7ccd2cd

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

Readme.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
![GDevelop logo](https://raw.githubusercontent.com/4ian/GDevelop/master/newIDE/GDevelop%20banner.png "GDevelop logo")
1+
![GDevelop logo](https://raw.githubusercontent.com/4ian/GDevelop/master/newIDE/GDevelop%20banner.png 'GDevelop logo')
22

33
GDevelop is a full-featured, no-code, open-source game development software. You can build games for mobile, desktop and the web. GDevelop is fast and easy to use: the game logic is built up using an intuitive and powerful event-based system.
44

5-
![The GDevelop editor when editing a game level](https://raw.githubusercontent.com/4ian/GDevelop/master/newIDE/GDevelop%20screenshot.png "The GDevelop editor when editing a game level")
5+
![The GDevelop editor when editing a game level](https://raw.githubusercontent.com/4ian/GDevelop/master/newIDE/GDevelop%20screenshot.png 'The GDevelop editor when editing a game level')
66

77
## Getting started
88

9-
| ❔ I want to... | 🚀 What to do |
10-
| ------------------------------- | ------------------------------------------------------------------------------ |
11-
| Download GDevelop to make games | Go to [GDevelop website](https://gdevelop.io) to download the app! |
12-
| Contribute to the editor | Download [Node.js] and follow this [README](newIDE/README.md). |
13-
| Create/improve an extension | Download [Node.js] and follow this [README](newIDE/README-extensions.md). |
14-
| Help to translate GDevelop | Go on the [GDevelop project on Crowdin](https://crowdin.com/project/gdevelop). |
9+
| ❔ I want to... | 🚀 What to do |
10+
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11+
| Download GDevelop to make games | Go to [GDevelop website](https://gdevelop.io) to download the app! |
12+
| Contribute to the editor | Download [Node.js] and follow this [README](newIDE/README.md). |
13+
| Create/improve an extension | Download [Node.js] and follow this [README](newIDE/README-extensions.md). |
14+
| Help to translate GDevelop | Go on the [GDevelop project on Crowdin](https://crowdin.com/project/gdevelop) or translate [in-app tutorials](https://github.com/GDevelopApp/GDevelop-tutorials). |
1515

1616
> Are you interested in contributing to GDevelop for the first time? Take a look at the list of **[good first issues](https://github.com/4ian/GDevelop/issues?q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%91%8Cgood+first+issue%22)**, **[good first contributions](https://github.com/4ian/GDevelop/discussions/categories/good-first-contribution)** or the **["🏐 not too hard" cards](https://trello.com/b/qf0lM7k8/gdevelop-roadmap?menu=filter&filter=label:Not%20too%20hard%20%E2%9A%BD%EF%B8%8F)** on the Roadmap.
1717
1818
## Overview of the architecture
1919

20-
| Directory | ℹ️ Description |
21-
| ------------- | ----------------------------------------------------------------------------------------------------- |
22-
| `Core` | GDevelop core library, containing common tools to implement the IDE and work with GDevelop games. |
23-
| `GDJS` | The game engine, written in TypeScript, using PixiJS (WebGL), powering all GDevelop games. |
24-
| `GDevelop.js` | Bindings of `Core`, `GDJS` and `Extensions` to JavaScript (with WebAssembly), used by the IDE. |
25-
| `newIDE` | The game editor, written in JavaScript with React, Electron and PixiJS. |
26-
| `Extensions` | Extensions for the game engine, providing objects, behaviors, events and new features. |
20+
| Directory | ℹ️ Description |
21+
| ------------- | ------------------------------------------------------------------------------------------------- |
22+
| `Core` | GDevelop core library, containing common tools to implement the IDE and work with GDevelop games. |
23+
| `GDJS` | The game engine, written in TypeScript, using PixiJS (WebGL), powering all GDevelop games. |
24+
| `GDevelop.js` | Bindings of `Core`, `GDJS` and `Extensions` to JavaScript (with WebAssembly), used by the IDE. |
25+
| `newIDE` | The game editor, written in JavaScript with React, Electron and PixiJS. |
26+
| `Extensions` | Extensions for the game engine, providing objects, behaviors, events and new features. |
2727

2828
To learn more about GDevelop Architecture, read the [architecture overview here](Core/GDevelop-Architecture-Overview.md).
2929

@@ -35,29 +35,29 @@ Status of the tests and builds: [![macOS and Linux build status](https://circlec
3535

3636
### Community
3737

38-
- [GDevelop forums](https://forum.gdevelop.io) and [Discord chat](https://discord.gg/gdevelop).
39-
- [GDevelop homepage](https://gdevelop.io)
40-
- [GDevelop wiki (documentation)](https://wiki.gdevelop.io/gdevelop5/start)
41-
- Help translate GDevelop in your language: [GDevelop project on Crowdin](https://crowdin.com/project/gdevelop).
38+
- [GDevelop forums](https://forum.gdevelop.io) and [Discord chat](https://discord.gg/gdevelop).
39+
- [GDevelop homepage](https://gdevelop.io)
40+
- [GDevelop wiki (documentation)](https://wiki.gdevelop.io/gdevelop5/start)
41+
- Help translate GDevelop in your language: [GDevelop project on Crowdin](https://crowdin.com/project/gdevelop).
4242

4343
### Development Roadmap
4444

45-
- [GDevelop Roadmap on Trello.com](https://trello.com/b/qf0lM7k8/gdevelop-roadmap), for a global view of the features that could be added. Please vote and comment here for new features/requests.
46-
- [GitHub issue page](https://github.com/4ian/GDevelop/issues), for technical issues and bugs.
47-
- [Github discussions](https://github.com/4ian/GDevelop/discussions) to talk about new features and ideas.
45+
- [GDevelop Roadmap on Trello.com](https://trello.com/b/qf0lM7k8/gdevelop-roadmap), for a global view of the features that could be added. Please vote and comment here for new features/requests.
46+
- [GitHub issue page](https://github.com/4ian/GDevelop/issues), for technical issues and bugs.
47+
- [Github discussions](https://github.com/4ian/GDevelop/discussions) to talk about new features and ideas.
4848

4949
### Games made with GDevelop
5050

51-
- See the [showcase of games](https://gdevelop.io/games) created with GDevelop.
52-
- Find more GDevelop games on [Liluo.io](https://liluo.io).
53-
- Suggest your game to be [added to the showcase here](https://docs.google.com/forms/d/e/1FAIpQLSfjiOnkbODuPifSGuzxYY61vB5kyMWdTZSSqkJsv3H6ePRTQA/viewform).
51+
- See the [showcase of games](https://gdevelop.io/games) created with GDevelop.
52+
- Find more GDevelop games on [Liluo.io](https://liluo.io).
53+
- Suggest your game to be [added to the showcase here](https://docs.google.com/forms/d/e/1FAIpQLSfjiOnkbODuPifSGuzxYY61vB5kyMWdTZSSqkJsv3H6ePRTQA/viewform).
5454

55-
![Some games made with GDevelop](https://raw.githubusercontent.com/4ian/GDevelop/master/newIDE/GDevelop%20games.png "Some games made with GDevelop")
55+
![Some games made with GDevelop](https://raw.githubusercontent.com/4ian/GDevelop/master/newIDE/GDevelop%20games.png 'Some games made with GDevelop')
5656

5757
## License
5858

59-
- The Core library, the native and HTML5 game engines, the IDE, and all extensions (respectively `Core`, `GDJS`, `newIDE` and `Extensions` folders) are under the **MIT license**.
60-
- The name, GDevelop, and its logo are the exclusive property of Florian Rival.
59+
- The Core library, the native and HTML5 game engines, the IDE, and all extensions (respectively `Core`, `GDJS`, `newIDE` and `Extensions` folders) are under the **MIT license**.
60+
- The name, GDevelop, and its logo are the exclusive property of Florian Rival.
6161

6262
Games exported with GDevelop are based on the GDevelop game engine (see `Core` and `GDJS` folders): this engine is distributed under the MIT license so that you can **distribute, sell or do anything** with the games you created with GDevelop. In particular, you are not forced to make your game open-source.
6363

0 commit comments

Comments
 (0)