about summary refs log tree commit diff stats
path: root/net.iotib.Pong.metainfo.xml
blob: 6b14cb365a7d19e401c9fdd43537cc7155a8ba5d (plain) (blame)
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
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop">
  <!--Created with jdAppdataEdit 5.0-->
  <id>net.iotib.Pong</id>
  <name>Pong</name>
  <summary>A pong clone made in C.</summary>
  <developer_name>iotib</developer_name>
  <launchable type="desktop-id">net.iotib.Pong.desktop</launchable>
  <metadata_license>GFDL-1.3</metadata_license>
  <project_license>GPL-3.0-only</project_license>
  <update_contact>dev@iotib.net</update_contact>
  <description>
    <p>This is a clone of Pong made in C for basically every operating system.</p>
    <p>It supports:</p>
    <ol>
      <li>Local Versus</li>
      <li>Single Player Versus</li>
      <li>Marathon w/ Scoreboard</li>
    </ol>
  </description>
  <releases>
    <release version="v0.4" date="2022-09-11" type="stable">
      <url>https://www.opencode.net/charadon/Pong-C/-/releases</url>
    </release>
  </releases>
  <url type="homepage">https://www.opencode.net/charadon/Pong-C</url>
  <url type="bugtracker">https://www.opencode.net/charadon/Pong-C/-/issues</url>
  <url type="faq">https://pong.iotib.net/</url>
  <url type="help">https://pong.iotib.net/</url>
  <url type="donation">https://liberapay.com/Charadon/</url>
  <url type="contact">https://www.iotib.net/</url>
  <categories>
    <category>Game</category>
  </categories>
  <requires>
    <memory>128</memory>
  </requires>
  <recommends>
    <display_length compare="ge">medium</display_length>
    <memory>256</memory>
  </recommends>
  <supports>
    <control>pointing</control>
    <control>keyboard</control>
    <control>gamepad</control>
  </supports>
  <content_rating type="oars-1.1"/>
  <keywords>
    <keyword>pong</keyword>
    <keyword>pong clone</keyword>
    <keyword>clone</keyword>
  </keywords>
</component>