-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathme.njean.shootingpactris.metainfo.xml
80 lines (76 loc) · 2.74 KB
/
me.njean.shootingpactris.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
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>me.njean.shootingpactris</id>
<!--
The tag 'metadata_license' means the licence of this file, not the whole
product; see https://people.freedesktop.org/~hughsient/appdata/
as of 20.09.2013. The CC0 licence is GPL compatible, see
https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
as of 20.09.2013
-->
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0+</project_license>
<developer_name>nicooo</developer_name>
<name>Shooting Pactris</name>
<summary>A coop retro game with Tetris, Pacman and shmup gameplay.</summary>
<description>
<p>
A fun cooperation multiplayer game which mixes universes of
Pacman, Tetris and shoot’em up (shmup) games.
</p>
<p>
The player(s) move around Pacman and the ship. They must
cooperate to control falling tetris pieces which shoot at the ship,
while ghosts follow Pacman in a maze!
</p>
<p>
It can be played on a same machine with the keyboard or with game pads.
A network option is also made available.
</p>
</description>
<url type="bugtracker">https://framagit.org/nicooo/shpactris/-/issues</url>
<url type="help">https://shootingpactris.njean.me/</url>
<url type="homepage">https://shootingpactris.njean.me/</url>
<screenshots>
<screenshot type="default">
<image>https://shootingpactris.njean.me/img/shpactris1.0.jpg</image>
</screenshot>
</screenshots>
<keywords>
<keyword>retrogaming</keyword>
<keyword>tetris</keyword>
<keyword>pacman</keyword>
<keyword>shmup</keyword>
<keyword>shoot'em up</keyword>
<keyword>multiplayer</keyword>
</keywords>
<launchable type="desktop-id">me.njean.shootingpactris.desktop</launchable>
<provides>
<binary>shpactris</binary>
</provides>
<releases>
<release version="1.2" date="2020-11-14">
<url type="details">https://framagit.org/nicooo/shpactris/-/tags/v1.2</url>
<description>
<p>
Ghosts now have four different behaviours.
</p>
<p>
Bosses now spawn half-screen damage zones that players have to avoid.
</p>
</description>
</release>
<release version="1.0-online-beta3" date="2020-05-21">
<url type="details">https://framagit.org/nicooo/shpactris/-/tags/v1.0-online-beta3</url>
<description>
<p>
Players can now chose a nickname when playing online.
</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
</content_rating>
</component>