forked from SuperTux/supertux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supertux2.appdata.xml
54 lines (54 loc) · 2.37 KB
/
supertux2.appdata.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.supertuxproject.SuperTux</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+ AND CC-BY-SA-2.0</project_license>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">mild</content_attribute>
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
<name>SuperTux</name>
<summary>A jump-and-run game starring Tux the Penguin</summary>
<description>
<p>
Run and jump through multiple worlds, fight off enemies by
jumping on them, bumping them from below or tossing objects at
them, grabbing power-ups and other stuff on the way.
</p>
<p>
In addition to the Story Mode, there is a large amount of
community contributed levels available as add-ons or in the
forums. Everyone can contribute such content by using the
integrated level editor.
</p>
</description>
<developer_name>The SuperTux Team</developer_name>
<url type="homepage">https://www.supertux.org</url>
<url type="bugtracker">https://github.com/SuperTux/supertux/issues</url>
<url type="donation">https://www.supertux.org/donate.html</url>
<url type="vcs-browser">https://github.com/SuperTux/supertux</url>
<categories>
<category>Game</category>
<category>ActionGame</category>
<category>ArcadeGame</category>
</categories>
<screenshots>
<screenshot type="default"><image>https://www.supertux.org/images/0_6_0/0_6_0_1.png</image></screenshot>
<screenshot><image>https://www.supertux.org/images/0_6_0/0_6_0_2.png</image></screenshot>
<screenshot><image>https://www.supertux.org/images/0_6_0/0_6_0_3.png</image></screenshot>
<screenshot><image>https://www.supertux.org/images/0_6_0/0_6_0_4.png</image></screenshot>
<screenshot><image>https://www.supertux.org/images/0_6_0/0_6_0_5.png</image></screenshot>
</screenshots>
<launchable type="desktop-id">supertux2.desktop</launchable>
<provides>
<binary>supertux2</binary>
</provides>
<releases>
<release version="0.6.3" date="2021-12-22" />
<release version="0.6.2" date="2020-05-14" />
<release version="0.6.1.1" date="2019-12-19" />
<release version="0.6.1" date="2019-12-15" />
<release version="0.6.0" date="2018-12-23" />
<release version="0.5.1" date="2016-11-05" />
</releases>
</component>