Skip to content

Commit 2f34245

Browse files
authored
Add description to starters and possibility to add a preview image
Don't show in changelog
1 parent 5f5a28d commit 2f34245

File tree

18 files changed

+37
-9
lines changed

18 files changed

+37
-9
lines changed

__tests__/post-build/exampleShortHeaders.json.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ describe('filters.json post build checks', () => {
3131
name: 'Platformer',
3232
authorIds: [],
3333
shortDescription:
34-
'An example of a basic platformer (Mario-like) game made with GDevelop.',
34+
'An example of a basic platformer (Mario-like) game. Jump around and collect as many coins as you can!',
3535
license: 'MIT',
3636
previewImageUrls: [
37+
'https://resources.gdevelop-app.com/examples/platformer/preview.png',
3738
'https://resources.gdevelop-app.com/examples/platformer/thumbnail.png',
3839
],
3940
tags: [
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
A fun demo, using the Physics Engine to build an advanced simulation of a bike, with a person pedaling on it. Try to cross the finish line without falling and as fast as possible!
1+
Try to cross the finish line as fast as possible without falling over! And remember to pedal safe!
2+
3+
Starting with this template, use the Physics Engine to build an advanced simulation of a bike with a person pedaling on it! You will discover how to join objects, apply basic physics behaviors to your scene and change your camera settings to adapt to what's happening during the game.
64.8 KB
Loading

examples/game-feel-demo/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
A demo showing how to enhance the "game feel" of your project: VFX, shot trail, ambient sounds and SFX, screenshake, wobble...
2+
3+
Have you ever felt like you were actually inside a video game when playing it? Discover GDevelop's capabilities and immerse future players in your next game!
75 KB
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
A hyper casual endless game where you have to collect shapes and avoid bombs, with a progressively increasing difficulty.
2+
3+
Start from this example to create your own catch game! You will learn about collisions, particle emitters, and how to set up a menu.
15.2 KB
Loading

examples/isometric-game/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Example of making an isometric 2D game.
1+
An example of a 2D isometric game. If you ever dreamed of creating you own version of Civilization or Warcraft, this example is for you!
2+
3+
Discover what you can accomplish within an isometric world using smooth animations. Add as many blocks as you want to create whatever you can imagine!
74 KB
Loading

examples/pairs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Find all matching pairs of cards in this relaxing game. Use tweens to create smooth, natural animations with a few events.
2+
3+
Get going with your first GDevelop game: matching pairs games can seem to be easy to create, but you will learn a lot using tweens, timers and variables (for the score)!

0 commit comments

Comments
 (0)