-
Notifications
You must be signed in to change notification settings - Fork 11
/
io.github.divverent.aaaaxy.metainfo.xml
77 lines (77 loc) · 4.09 KB
/
io.github.divverent.aaaaxy.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
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.divverent.aaaaxy</id>
<name>AAAAXY</name>
<summary>Impossible spaces puzzle platformer</summary>
<summary xml:lang="de">Puzzle-Platformer in unmöglichen Räumen</summary>
<developer id="io.github.divverent">
<name>divVerent</name>
</developer>
<metadata_license>CC-BY-4.0</metadata_license>
<project_license>Apache-2.0</project_license>
<url type="homepage">https://divverent.github.io/aaaaxy</url>
<url type="bugtracker">https://github.com/divVerent/aaaaxy/issues</url>
<url type="help">https://divverent.github.io/aaaaxy/userguide.html</url>
<url type="translate">https://app.transifex.com/aaaaxy/aaaaxy</url>
<url type="vcs-browser">https://github.com/divVerent/aaaaxy</url>
<url type="contribute">https://github.com/divVerent/aaaaxy/blob/main/CONTRIBUTING.md</url>
<categories>
<category>Game</category>
<category>ActionGame</category>
</categories>
<requires>
<internet>offline-only</internet>
</requires>
<supports>
<control>keyboard</control>
<control>gamepad</control>
</supports>
<branding>
<color type="primary" scheme_preference="light">#5555ff</color>
<color type="primary" scheme_preference="dark">#555555</color>
</branding>
<description>
<p>
Although your general goal is reaching the surprising end of the game, you are encouraged to set your own goals while playing. Exploration will be rewarded, and secrets await you!
</p>
<p xml:lang="de">
Obwohl es grundsätzlich darum geht, das überraschende Ende des Spiels zu finden, setze dir doch deine eigenen Ziele beim Spielen. Erforsche die unmögliche Welt dieses Spiels und finde versteckte Geheimnisse!
</p>
<p>
So jump and run around, and enjoy losing your sense of orientation in this World of Wicked Weirdness. Find out what Van Vlijmen will make you do. Pick a path, get inside a Klein Bottle, recognize some memes, and by all means: don't look up.
</p>
<p xml:lang="de">
Springe und laufe herum, und verliere deinen Orientierungssinn in dieser "World of Wicked Weirdness". Finde heraus, was Van Vlijmen von dir will. Wähle klug, krieche in eine Kleinsche Flasche, erkenne die Memes, und vor allen Dingen: schaue nicht nach oben.
</p>
</description>
<launchable type="desktop-id">aaaaxy.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Game Start</caption>
<caption xml:lang="de">Spielbeginn</caption>
<image type="thumbnail" width="320" height="180">https://divVerent.github.io/aaaaxy/screenshots/shot1.jpg</image>
<image type="source" width="960" height="540">https://divVerent.github.io/aaaaxy/screenshots/shot1.med.png</image>
</screenshot>
<screenshot>
<caption>Road Rage</caption>
<caption xml:lang="de">Raserei</caption>
<image type="thumbnail" width="320" height="180">https://divVerent.github.io/aaaaxy/screenshots/shot5.jpg</image>
<image type="source" width="960" height="540">https://divVerent.github.io/aaaaxy/screenshots/shot5.med.png</image>
</screenshot>
<screenshot>
<caption>Crumbling Upwards</caption>
<caption xml:lang="de">Hochbröckeln</caption>
<image type="thumbnail" width="320" height="180">https://divVerent.github.io/aaaaxy/screenshots/shot8.jpg</image>
<image type="source" width="960" height="540">https://divVerent.github.io/aaaaxy/screenshots/shot8.med.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
<releases>
<release version="v1.5.250" date="2025-01-06">
<description><ul><li>Engine: minor module updates.</li><li>Engine: new "borderstretch" shader for use with fixed screen devices where letterboxing might look bad.</li><li>Game: do not award "all secrets" run if any secret checkpoint is missing.</li><li>Music: fix looping on "next to you" track.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.250</url>
</release>
</releases>
</component>