-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.sta.supertux-advance.appdata.xml
80 lines (80 loc) · 3.4 KB
/
org.sta.supertux-advance.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.sta.supertux-advance</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<name>SuperTux Advance</name>
<developer_name>SuperTux Advance Team</developer_name>
<summary>A SuperTux fangame aiming to be a fast-paced action platformer</summary>
<categories>
<category>Game</category>
</categories>
<description>
<p>SuperTux Advance is a fan game of <a href="https://supertux.org">SuperTux</a> written in Squirrel using <a href="https://github.com/KelvinShadewing/brux-gdk">Brux GDK</a>.
The name comes from the graphical style, which uses a lower resolution display and a sprite style similar to Sonic Advance.
Gameplay is not a 1 to 1 recreation of SuperTux, nor does it aim to be. It’s meant to be a more fast-paced action platformer than a Mario clone. While the gameplay is designed with speedrunning in mind, it is not an essential skill; the game can be played and beaten casually.</p>
</description>
<launchable type="desktop-id">org.sta.supertux-advance.desktop</launchable>
<provides>
<binary>SuperTux Advance</binary>
</provides>
<url type="homepage">https://supertuxadvance.github.io</url>
<url type="bugtracker">https://github.com/KelvinShadewing/supertux-advance/issues</url>
<url type="donation">https://ko-fi.com/KelvinShadewing</url>
<screenshots>
<screenshot type="default">
<caption>Fort Borealis, the last level of the Aurora Isles</caption>
<image>https://supertuxadvance.github.io/images/screenshots/6.png</image>
</screenshot>
<screenshot>
<caption>Title screen</caption>
<image>https://supertuxadvance.github.io/images/screenshots/1.png</image>
</screenshot>
<screenshot>
<caption>Dialogue box</caption>
<image>https://supertuxadvance.github.io/images/screenshots/2.png</image>
</screenshot>
<screenshot>
<caption>Tux sliding into snowballs</caption>
<image>https://supertuxadvance.github.io/images/screenshots/3.png</image>
</screenshot>
<screenshot>
<caption>Tux on the World Map (Aurora Isles)</caption>
<image>https://supertuxadvance.github.io/images/screenshots/4.png</image>
</screenshot>
<screenshot>
<caption>Tux swimming</caption>
<image>https://supertuxadvance.github.io/images/screenshots/5.png</image>
</screenshot>
<screenshot>
<caption>Tux relaxing at a cafe</caption>
<image>https://supertuxadvance.github.io/images/screenshots/7.png</image>
</screenshot>
<screenshot>
<caption>Katie (KDE) with an Air Flower on a beach</caption>
<image>https://supertuxadvance.github.io/images/screenshots/fl-3.png</image>
</screenshot>
<screenshot>
<caption>Katie (KDE) with a Fire Flower jumping over spikes</caption>
<image>https://supertuxadvance.github.io/images/screenshots/fl-2.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.2.0" date="2022-10-28"/>
<release version="0.1.0" date="2022-04-09"/>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">mild</content_attribute>
<content_attribute id="money-purchasing">mild</content_attribute>
</content_rating>
<supports>
<control>keyboard</control>
<control>gamepad</control>
<control>pointing</control>
</supports>
<recommends>
<control>keyboard</control>
<control>gamepad</control>
<memory>1024</memory> <!-- 1 GiB of memory recommended -->
</recommends>
</component>