-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.gamestarmechanic.gamestarmechanic.metainfo.xml
74 lines (66 loc) · 3.1 KB
/
com.gamestarmechanic.gamestarmechanic.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.gamestarmechanic.gamestarmechanic</id>
<name>Gamestar Mechanic</name>
<developer_name>Endless Studios</developer_name>
<summary>Learn to design video games</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LicenseRef-proprietary</project_license>
<url type="homepage">https://gamestarmechanic.com/</url>
<url type="bugtracker">https://github.com/endlessm/gamestar-mechanic-linux/issues</url>
<recommends>
<display_length compare="ge">1200</display_length>
</recommends>
<description>
<p>
Gamestar Mechanic uses fun, game-based quests and courses to help you learn game design and make your own video games!
</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The Gamestar Mechanic app can access all of the content at gamestarmechanic.com</caption>
<image type="source" width="2456" height="1482">https://raw.githubusercontent.com/endlessm/gamestar-mechanic-linux/main/res/screenshots/Screenshot-1.png</image>
</screenshot>
<screenshot type="default">
<caption>Go on Quests to power up your game design skills and earn items to make your own games</caption>
<image type="source" width="2456" height="1482">https://raw.githubusercontent.com/endlessm/gamestar-mechanic-linux/main/res/screenshots/Screenshot-2.png</image>
</screenshot>
<screenshot type="default">
<caption>Make original games with a powerful, easy-to-use design tool and a library of hundreds of sprites</caption>
<image type="source" width="2456" height="1482">https://raw.githubusercontent.com/endlessm/gamestar-mechanic-linux/main/res/screenshots/Screenshot-3.png</image>
</screenshot>
<screenshot type="default">
<caption>Publish your games and connect with a community of over 250,000 designers</caption>
<image type="source" width="2456" height="1482">https://raw.githubusercontent.com/endlessm/gamestar-mechanic-linux/main/res/screenshots/Screenshot-4.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">mild</content_attribute>
<content_attribute id="violence-fantasy">mild</content_attribute>
<content_attribute id="social-chat">moderate</content_attribute>
</content_rating>
<launchable type="desktop-id">com.gamestarmechanic.gamestarmechanic.desktop</launchable>
<releases>
<release version="1.3.2" date="2023-11-10" type="stable">
<description>
<ul>
<li>The menu bar has been removed.</li>
</ul>
</description>
</release>
<release version="1.3.1" date="2023-11-09" type="stable">
<description>
<ul>
<li>Change project license metadata to better reflect Gamestar Mechanic as a whole.</li>
</ul>
</description>
</release>
<release version="1.3.0" date="2023-11-07" type="stable">
<description>
<ul>
<li>Initial release of the Gamestar Mechanic app for Linux.</li>
</ul>
</description>
</release>
</releases>
</component>