-
Notifications
You must be signed in to change notification settings - Fork 7
/
metainfo.xml
46 lines (37 loc) · 1.67 KB
/
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.mattdm.icebreaker</id>
<name>IceBreaker</name>
<summary>An addictive action-puzzle game involving bouncing penguins</summary>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<description>
<p>
IceBreaker is an action-puzzle game in which you must capture penguins from an Antarctic iceberg so they can be shipped to Finland, where they are essential to a secret plot for world domination. To earn the highest Geek Cred, trap them in the smallest space in the shortest time while losing the fewest lives.
</p>
<p>
IceBreaker was inspired by (but is far from an exact clone of) Jezzball by Dima Pavlovsky.
</p>
</description>
<url type="homepage">https://mattdm.org/icebreaker/</url>
<url type="bugtracker">https://github.com/mattdm/icebreaker/issues</url>
<launchable type="desktop-id">icebreaker.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://mattdm.org/icebreaker/appstream/screenshot-title.png</image>
</screenshot>
<screenshot>
<image>https://mattdm.org/icebreaker/appstream/screenshot-mid-game.png</image>
</screenshot>
<screenshot>
<image>https://mattdm.org/icebreaker/appstream/screenshot-level5-jz-like.png</image>
</screenshot>
</screenshots>
<releases>
<release version="2.2.1" date="2021-10-02" />
<release version="2.2.0" date="2021-03-01" />
</releases>
<content_rating type="oars-1.1" />
<developer_name>Matthew Miller</developer_name>
<update_contact>mattdm_AT_mattdm.org</update_contact>
</component>