1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2013 Michael Catanzaro -->
3<component type="desktop-application">
4  <id>org.gnome.Four-in-a-row</id>
5  <metadata_license>CC0-1.0</metadata_license>
6  <project_license>GPL-3.0+</project_license>
7  <name>Four-in-a-row</name>
8  <summary>Make lines of the same color to win</summary>
9  <description>
10    <p>
11      A family classic, the objective of Four-in-a-row is to build a line of four
12      of your marbles while trying to stop your opponent (human or computer) from
13      building a line of his or her own. A line can be horizontal, vertical or
14      diagonal. The first player to connect four in a row is the winner!
15    </p>
16    <p>
17      Four-in-a-row features multiple difficulty levels. If you’re having trouble,
18      you can always ask for a hint.
19    </p>
20  </description>
21  <screenshots>
22    <screenshot height="447" width="700" type="default">
23      <image>https://people.gnome.org/~mcatanzaro/four-in-a-row.png</image>
24    </screenshot>
25  </screenshots>
26  <provides>
27    <id>four-in-a-row.desktop</id>
28  </provides>
29  <launchable type="desktop-id">org.gnome.Four-in-a-row.desktop</launchable>
30  <url type="homepage">https://wiki.gnome.org/Apps/Four-in-a-row</url>
31  <url type="bugtracker">https://gitlab.gnome.org/GNOME/four-in-a-row/issues</url>
32  <url type="translate">https://wiki.gnome.org/TranslationProject</url>
33  <url type="donation">https://www.gnome.org/friends/</url>
34  <url type="help">https://help.gnome.org/users/four-in-a-row/stable/</url>
35  <update_contact>mcatanzaro_at_gnome.org</update_contact>
36  <project_group>GNOME</project_group>
37  <developer_name>The GNOME Project</developer_name>
38  <kudos>
39    <kudo>HiDpiIcon</kudo>
40    <kudo>ModernToolkit</kudo>
41    <kudo>UserDocs</kudo>
42  </kudos>
43  <translation type="gettext">four-in-a-row</translation>
44  <content_rating type="oars-1.0">
45    <content_attribute id="violence-cartoon">none</content_attribute>
46    <content_attribute id="violence-fantasy">none</content_attribute>
47    <content_attribute id="violence-realistic">none</content_attribute>
48    <content_attribute id="violence-bloodshed">none</content_attribute>
49    <content_attribute id="violence-sexual">none</content_attribute>
50    <content_attribute id="drugs-alcohol">none</content_attribute>
51    <content_attribute id="drugs-narcotics">none</content_attribute>
52    <content_attribute id="drugs-tobacco">none</content_attribute>
53    <content_attribute id="sex-nudity">none</content_attribute>
54    <content_attribute id="sex-themes">none</content_attribute>
55    <content_attribute id="language-profanity">none</content_attribute>
56    <content_attribute id="language-humor">none</content_attribute>
57    <content_attribute id="language-discrimination">none</content_attribute>
58    <content_attribute id="social-chat">none</content_attribute>
59    <content_attribute id="social-info">none</content_attribute>
60    <content_attribute id="social-audio">none</content_attribute>
61    <content_attribute id="social-location">none</content_attribute>
62    <content_attribute id="social-contacts">none</content_attribute>
63    <content_attribute id="money-purchasing">none</content_attribute>
64    <content_attribute id="money-gambling">none</content_attribute>
65  </content_rating>
66
67  ​<releases>
68    <!-- should be kept in versioning inverted order -->
69    <release version="3.38.1" date="2020-10-03" type="stable" urgency="medium"/>
70  ​  <release version="3.37.91" date="2020-08-28" type="development" urgency="low"/>
71  </releases>
72</component>
73