Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
gdevelop5:getting_started [2019/07/17 21:52] 4ian |
gdevelop5:getting_started [2020/11/06 23:36] davidturnbull |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | # Getting Started | + | # Getting Started |
- | ## Try GDevelop | + | GDevelop |
- | * To get started, you can [try GDevelop online](https:// | + | This guide explains how to get up and running with GDevelop. |
- | * To create your own game, save and then publish it, [download the desktop version on GDevelop | + | |
- | When you have downloaded GDevelop, open the installer and install the software.: | + | ## Step 1: Install GDevelop |
- | * On Windows machines, after *launching | + | GDevelop is available for all major operating systems, including |
- | * On MacOS, launch the *DMG file*, drag GDevelop | + | |
- | * On Linux, *uncompress* the archive and launch the executable. | + | |
- | Once the application is launched, you will be presented with the start page. The start page allows you to open an existing project or to create a new project. | + | The installation instructions depend on the operating system. |
- | {{ : | + | ### Windows |
- | ==== Create a new project ==== | + | |
- | To create a new project select | + | Double-click |
- | A new window will open. It presents a list of options, allowing you to choose from templates/ | + | ### macOS |
- | Selecting | + | 1. Open the DMG file. |
+ | 2. Drag " | ||
- | {{ : | + | ### Linux |
- | At the bottom of the window, you can select the location where would you like to store your new project. | + | 1. Expand |
- | {{ : | + | 2. Run `chmod a+x GDevelop.AppImage` to make the file executable. |
- | Once you have selected the default location for your project, click on the name of a starter template or an example to open the game. | + | < |
- | ==== Re-open an existing project ==== | + | |
- | To re-open an existing | + | ## Step 2: Create a new project |
- | Next, browse your local file system to open a project. | + | 1. Launch GDevelop. |
+ | 2. Click **Create | ||
+ | 3. Choose a location for the project. | ||
+ | 4. Select one of the projects from the **Starters** tab, such as **Platformer** or **8-bit Space Shooter**, or start a game from scratch by selecting the **Empty** project. | ||
- | {{ :gdevelop5:project-file.png }} | + | {{: |
- | The icon for this file depends on whether or not you have any default application installed on your computer | + | The projects in the **Starters** tab demonstrate how to create entire games, while the projects in the **Examples** tab demonstrate how to create specific features. |
- | < | + | ## Step 3: Preview |
- | * Windows: C:/ | + | |
- | * macOS and Linux: GDevelop Projects directory in your home folder. | + | |
- | </ | + | |
- | Once you have the project | + | If a project |
- | + | ||
- | **Note:** GDevelop 4 users, you can [[gdevelop5: | + | |
- | + | ||
- | ==== Next step: start with tutorials | + | |
- | + | ||
- | Continue reading **[[gdevelop5: | + | |
- | + | ||
- | The tutorials, along with the documentation, | + | |
- | ==== Learn more about GDevelop ==== | + | |
- | + | ||
- | For further information on how to use GDevelop, visit the following pages where everything is explained in more detail: | + | |
- | + | ||
- | * [[gdevelop5: | + | |
- | * [[gdevelop5: | + | |
- | * [[gdevelop5: | + | |
- | * [[gdevelop5: | + | |
- | * [[gdevelop5: | + | |
- | * [[gdevelop5: | + | |
- | + | ||
- | ==== Examples ==== | + | |
- | + | ||
- | //Be sure to check all examples bundled with GDevelop! They are a good way to learn about the different capabilities | + | |
+ | {{: | ||
+ | ## Next step | ||
+ | Read the [[gdevelop5: | ||